#33470A

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

Shades of Turtle Green #33470A

Tints of Turtle Green #33470A

Color information

#33470A (or 0x33470A) is unknown color: approx Turtle Green. HEX triplet: 33, 47 and 0A. RGB value is (51,71,10). Sum of RGB (Red+Green+Blue) = 51+71+10=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #33470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33470A is #CCB8F5. Grayscale: #3A3A3A. Windows color (decimal): -13416694 or 673587. OLE color: 673587.

HSL color Cylindrical-coordinate representation of color #33470A: hue angle of 79.67º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33470A is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB517110-
CMYK0.2800.860.72
HSL79.67º75.31%15.88%-
HSV(B)79.67º85.92%27.84%-
XYZ3.675.231.1-
YUV58.07100.87122.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=38.64%
G=53.79%
B=7.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5171100.2800.860.7279.6775.3115.88
Hex3347A1C05648504b10
Octal631071234012611012011320
Binary11001110001111010111000101011010010001010000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33470A; }

 p { color: rgb(51,71,10); }

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

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

 a { background-color: rgb(51,71,10); }

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

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

 span { border-color: rgb(51,71,10); }

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