#33370C

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

Shades of Turtle Green #33370C

Tints of Turtle Green #33370C

Color information

#33370C (or 0x33370C) is unknown color: approx Turtle Green. HEX triplet: 33, 37 and 0C. RGB value is (51,55,12). Sum of RGB (Red+Green+Blue) = 51+55+12=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #33370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370C is #CCC8F3. Grayscale: #313131. Windows color (decimal): -13420788 or 800563. OLE color: 800563.

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

Color convert

RGB515512-
CMYK0.0700.780.78
HSL65.58º64.18%13.14%-
HSV(B)65.58º78.18%21.57%-
XYZ2.83.460.87-
YUV48.9107.17129.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=43.22%
G=46.61%
B=10.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5155120.0700.780.7865.5864.1813.14
Hex3337C704E4E4240d
Octal6367147011611610210015
Binary1100111101111100111010011101001110100001010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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