#33490C

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

Shades of Turtle Green #33490C

Tints of Turtle Green #33490C

Color information

#33490C (or 0x33490C) is unknown color: approx Turtle Green. HEX triplet: 33, 49 and 0C. RGB value is (51,73,12). Sum of RGB (Red+Green+Blue) = 51+73+12=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #33490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490C is #CCB6F3. Grayscale: #3B3B3B. Windows color (decimal): -13416180 or 805171. OLE color: 805171.

HSL color Cylindrical-coordinate representation of color #33490C: hue angle of 81.64º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33490C is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB517312-
CMYK0.3000.840.71
HSL81.64º71.76%16.67%-
HSV(B)81.64º83.56%28.63%-
XYZ3.815.51.21-
YUV59.47101.21121.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 53.68%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=37.5%
G=53.68%
B=8.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173120.3000.840.7181.6471.7616.67
Hex3349C1E05447524811
Octal631111436012410712211021
Binary11001110010011100111100101010010001111010010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33490C; }

 p { color: rgb(51,73,12); }

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

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

 a { background-color: rgb(51,73,12); }

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

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

 span { border-color: rgb(51,73,12); }

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