#33530C

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

Shades of Turtle Green #33530C

Tints of Turtle Green #33530C

Color information

#33530C (or 0x33530C) is unknown color: approx Turtle Green. HEX triplet: 33, 53 and 0C. RGB value is (51,83,12). Sum of RGB (Red+Green+Blue) = 51+83+12=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #33530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33530C is #CCACF3. Grayscale: #414141. Windows color (decimal): -13413620 or 807731. OLE color: 807731.

HSL color Cylindrical-coordinate representation of color #33530C: hue angle of 87.04º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33530C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB518312-
CMYK0.3900.860.67
HSL87.04º74.74%18.63%-
HSV(B)87.04º85.54%32.55%-
XYZ4.526.921.44-
YUV65.3497.9117.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=34.93%
G=56.85%
B=8.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183120.3900.860.6787.0474.7418.63
Hex3353C2705643574b13
Octal631231447012610312711323
Binary110011101001111001001110101011010000111010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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