#334104

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

Shades of Turtle Green #334104

Tints of Turtle Green #334104

Color information

#334104 (or 0x334104) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 04. RGB value is (51,65,4). Sum of RGB (Red+Green+Blue) = 51+65+4=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #334104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334104 is #CCBEFB. Grayscale: #363636. Windows color (decimal): -13418236 or 278835. OLE color: 278835.

HSL color Cylindrical-coordinate representation of color #334104: hue angle of 73.77º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #334104 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB51654-
CMYK0.2200.940.75
HSL73.77º88.41%13.53%-
HSV(B)73.77º93.85%25.49%-
XYZ3.284.490.81-
YUV53.8699.86125.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=42.5%
G=54.17%
B=3.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516540.2200.940.7573.7788.4113.53
Hex334141605E4B4a58e
Octal63101426013611311213016
Binary110011100000110010110010111101001011100101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334104; }

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

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

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

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

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

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

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

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