#334114

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

Shades of Turtle Green #334114

Tints of Turtle Green #334114

Color information

#334114 (or 0x334114) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 14. RGB value is (51,65,20). Sum of RGB (Red+Green+Blue) = 51+65+20=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #334114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334114 is #CCBEEB. Grayscale: #373737. Windows color (decimal): -13418220 or 1327411. OLE color: 1327411.

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

Color convert

RGB516520-
CMYK0.2200.690.75
HSL78.67º52.94%16.67%-
HSV(B)78.67º69.23%25.49%-
XYZ3.384.531.36-
YUV55.68107.86124.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=37.5%
G=47.79%
B=14.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165200.2200.690.7578.6752.9416.67
Hex334114160454B4f3511
Octal63101242601051131176521
Binary11001110000011010010110010001011001011100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334114; }

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

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

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

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

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

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

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

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