#33350c

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

Shades of Turtle Green #33350C

Tints of Turtle Green #33350C

Color information

#33350C (or 0x33350C) is unknown color: approx Turtle Green. HEX triplet: 33, 35 and 0C. RGB value is (51,53,12). Sum of RGB (Red+Green+Blue) = 51+53+12=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #33350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33350C is #CCCAF3. Grayscale: #2F2F2F. Windows color (decimal): -13421300 or 800051. OLE color: 800051.

HSL color Cylindrical-coordinate representation of color #33350C: hue angle of 62.93º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33350C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB515312-
CMYK0.0400.770.79
HSL62.93º63.08%12.75%-
HSV(B)62.93º77.36%20.78%-
XYZ2.73.280.84-
YUV47.73107.84130.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=43.97%
G=45.69%
B=10.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153120.0400.770.7962.9363.0812.75
Hex3335C404D4F3f3fd
Octal63651440115117777715
Binary11001111010111001000100110110011111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33350c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33350c; }

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

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

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

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

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

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

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

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