#37370C

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

Shades of Turtle Green #37370C

Tints of Turtle Green #37370C

Color information

#37370C (or 0x37370C) is unknown color: approx Turtle Green. HEX triplet: 37, 37 and 0C. RGB value is (55,55,12). Sum of RGB (Red+Green+Blue) = 55+55+12=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 55 - color contains mainly: red, green. Hex color #37370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37370C is #C8C8F3. Grayscale: #323232. Windows color (decimal): -13158644 or 800567. OLE color: 800567.

HSL color Cylindrical-coordinate representation of color #37370C: hue angle of 60º 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 #37370C is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB555512-
CMYK000.780.78
HSL60º64.18%13.14%-
HSV(B)60º78.18%21.57%-
XYZ3.013.570.88-
YUV50.1106.5131.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=45.08%
G=45.08%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555512000.780.786064.1813.14
Hex3737C004E4E3c40d
Octal676714001161167410015
Binary1101111101111100001001110100111011110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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