#334804

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

Shades of Turtle Green #334804

Tints of Turtle Green #334804

Color information

#334804 (or 0x334804) is unknown color: approx Turtle Green. HEX triplet: 33, 48 and 04. RGB value is (51,72,4). Sum of RGB (Red+Green+Blue) = 51+72+4=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #334804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334804 is #CCB7FB. Grayscale: #3A3A3A. Windows color (decimal): -13416444 or 280627. OLE color: 280627.

HSL color Cylindrical-coordinate representation of color #334804: hue angle of 78.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #334804 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB51724-
CMYK0.2900.940.72
HSL78.53º89.47%14.9%-
HSV(B)78.53º94.44%28.24%-
XYZ3.75.350.95-
YUV57.9797.54123.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=40.16%
G=56.69%
B=3.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517240.2900.940.7278.5389.4714.9
Hex334841D05E484f59f
Octal63110435013611011713117
Binary110011100100010011101010111101001000100111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334804; }

 p { color: rgb(51,72,4); }

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

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

 a { background-color: rgb(51,72,4); }

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

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

 span { border-color: rgb(51,72,4); }

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