#33360C

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

Shades of Turtle Green #33360C

Tints of Turtle Green #33360C

Color information

#33360C (or 0x33360C) is unknown color: approx Turtle Green. HEX triplet: 33, 36 and 0C. RGB value is (51,54,12). Sum of RGB (Red+Green+Blue) = 51+54+12=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #33360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33360C is #CCC9F3. Grayscale: #303030. Windows color (decimal): -13421044 or 800307. OLE color: 800307.

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

Color convert

RGB515412-
CMYK0.0600.780.79
HSL64.29º63.64%12.94%-
HSV(B)64.29º77.78%21.18%-
XYZ2.753.370.85-
YUV48.32107.51129.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=43.59%
G=46.15%
B=10.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154120.0600.780.7964.2963.6412.94
Hex3336C604E4F4040d
Octal6366146011611710010015
Binary1100111101101100110010011101001111100000010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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