#334908

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

Shades of Turtle Green #334908

Tints of Turtle Green #334908

Color information

#334908 (or 0x334908) is unknown color: approx Turtle Green. HEX triplet: 33, 49 and 08. RGB value is (51,73,8). Sum of RGB (Red+Green+Blue) = 51+73+8=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #334908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334908 is #CCB6F7. Grayscale: #3B3B3B. Windows color (decimal): -13416184 or 543027. OLE color: 543027.

HSL color Cylindrical-coordinate representation of color #334908: hue angle of 80.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #334908 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB51738-
CMYK0.3000.890.71
HSL80.31º80.25%15.88%-
HSV(B)80.31º89.04%28.63%-
XYZ3.795.491.09-
YUV59.0199.21122.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=38.64%
G=55.30%
B=6.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal517380.3000.890.7180.3180.2515.88
Hex334981E05947505010
Octal631111036013110712012020
Binary11001110010011000111100101100110001111010000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334908; }

 p { color: rgb(51,73,8); }

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

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

 a { background-color: rgb(51,73,8); }

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

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

 span { border-color: rgb(51,73,8); }

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