#334B11

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

Shades of Turtle Green #334B11

Tints of Turtle Green #334B11

Color information

#334B11 (or 0x334B11) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 11. RGB value is (51,75,17). Sum of RGB (Red+Green+Blue) = 51+75+17=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #334B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B11 is #CCB4EE. Grayscale: #3D3D3D. Windows color (decimal): -13415663 or 1133363. OLE color: 1133363.

HSL color Cylindrical-coordinate representation of color #334B11: hue angle of 84.83º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334B11 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB517517-
CMYK0.3200.770.71
HSL84.83º63.04%18.04%-
HSV(B)84.83º77.33%29.41%-
XYZ3.985.781.44-
YUV61.21103.05120.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=35.66%
G=52.45%
B=11.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175170.3200.770.7184.8363.0418.04
Hex334B112004D47553f12
Octal63113214001151071257722
Binary110011100101110001100000010011011000111101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334B11; }

 p { color: rgb(51,75,17); }

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

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

 a { background-color: rgb(51,75,17); }

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

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

 span { border-color: rgb(51,75,17); }

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