#33370F

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

Shades of Turtle Green #33370F

Tints of Turtle Green #33370F

Color information

#33370F (or 0x33370F) is unknown color: approx Turtle Green. HEX triplet: 33, 37 and 0F. RGB value is (51,55,15). Sum of RGB (Red+Green+Blue) = 51+55+15=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #33370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370F is #CCC8F0. Grayscale: #313131. Windows color (decimal): -13420785 or 997171. OLE color: 997171.

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

Color convert

RGB515515-
CMYK0.0700.730.78
HSL66º57.14%13.73%-
HSV(B)66º72.73%21.57%-
XYZ2.823.470.97-
YUV49.24108.67129.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=42.15%
G=45.45%
B=12.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5155150.0700.730.786657.1413.73
Hex3337F70494E4239e
Octal636717701111161027116
Binary110011110111111111101001001100111010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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