#334402

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

Shades of Turtle Green #334402

Tints of Turtle Green #334402

Color information

#334402 (or 0x334402) is unknown color: approx Turtle Green. HEX triplet: 33, 44 and 02. RGB value is (51,68,2). Sum of RGB (Red+Green+Blue) = 51+68+2=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #334402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334402 is #CCBBFD. Grayscale: #373737. Windows color (decimal): -13417470 or 148531. OLE color: 148531.

HSL color Cylindrical-coordinate representation of color #334402: hue angle of 75.45º 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 #334402 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB51682-
CMYK0.2500.970.73
HSL75.45º94.29%13.73%-
HSV(B)75.45º97.06%26.67%-
XYZ3.444.840.81-
YUV55.3997.87124.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=42.15%
G=56.20%
B=1.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal516820.2500.970.7375.4594.2913.73
Hex3344219061494b5ee
Octal63104231014111111313616
Binary11001110001001011001011000011001001100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334402; }

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

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

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

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

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

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

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

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