#334311

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

Shades of Turtle Green #334311

Tints of Turtle Green #334311

Color information

#334311 (or 0x334311) is unknown color: approx Turtle Green. HEX triplet: 33, 43 and 11. RGB value is (51,67,17). Sum of RGB (Red+Green+Blue) = 51+67+17=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #334311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334311 is #CCBCEE. Grayscale: #383838. Windows color (decimal): -13417711 or 1131315. OLE color: 1131315.

HSL color Cylindrical-coordinate representation of color #334311: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334311 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB516717-
CMYK0.2400.750.74
HSL79.2º59.52%16.47%-
HSV(B)79.2º74.63%26.27%-
XYZ3.474.761.27-
YUV56.52105.7124.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=37.78%
G=49.63%
B=12.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5167170.2400.750.7479.259.5216.47
Hex3343111804B4A4f3c10
Octal63103213001131121177420
Binary11001110000111000111000010010111001010100111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334311; }

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

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

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

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

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

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

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

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