#33500A

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

Shades of Turtle Green #33500A

Tints of Turtle Green #33500A

Color information

#33500A (or 0x33500A) is unknown color: approx Turtle Green. HEX triplet: 33, 50 and 0A. RGB value is (51,80,10). Sum of RGB (Red+Green+Blue) = 51+80+10=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #33500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33500A is #CCAFF5. Grayscale: #3F3F3F. Windows color (decimal): -13414390 or 675891. OLE color: 675891.

HSL color Cylindrical-coordinate representation of color #33500A: hue angle of 84.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33500A is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB518010-
CMYK0.3600.870.69
HSL84.86º77.78%17.65%-
HSV(B)84.86º87.5%31.37%-
XYZ4.296.461.31-
YUV63.3597.89119.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=36.17%
G=56.74%
B=7.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180100.3600.870.6984.8677.7817.65
Hex3350A2405745554e12
Octal631201244012710512511622
Binary110011101000010101001000101011110001011010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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