#344402

Color #344402 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #344402

Tints of Turtle Green #344402

Color information

#344402 (or 0x344402) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 02. RGB value is (52,68,2). Sum of RGB (Red+Green+Blue) = 52+68+2=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #344402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344402 is #CBBBFD. Grayscale: #373737. Windows color (decimal): -13351934 or 148532. OLE color: 148532.

HSL color Cylindrical-coordinate representation of color #344402: hue angle of 74.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #344402 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB52682-
CMYK0.2400.970.73
HSL74.55º94.29%13.73%-
HSV(B)74.55º97.06%26.67%-
XYZ3.494.870.81-
YUV55.6997.7125.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=42.62%
G=55.74%
B=1.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526820.2400.970.7374.5594.2913.73
Hex3444218061494b5ee
Octal64104230014111111313616
Binary11010010001001011000011000011001001100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344402; }

 p { color: rgb(52,68,2); }

 H1.HeaderClassName
 {
   color: #344402;
 }
 .AnyTagClassName
 {
   color: #344402;
 }
</style>
background-color css

<style>
 a { background-color: #344402; }

 a { background-color: rgb(52,68,2); }

 div.DivClassName
 {
   background-color: #344402;
 }
 .BgClassName
 {
   background-color: #344402;
 }
</style>
border-color css

<style>
 span { border-color: #344402; }

 span { border-color: rgb(52,68,2); }

 td.TdClassName
 {
   border-color: #344402;
 }
 .TagClassName
 {
   border-color: #344402;
 }
</style>