#373A0C

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

Shades of Turtle Green #373A0C

Tints of Turtle Green #373A0C

Color information

#373A0C (or 0x373A0C) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 0C. RGB value is (55,58,12). Sum of RGB (Red+Green+Blue) = 55+58+12=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #373A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A0C is #C8C5F3. Grayscale: #343434. Windows color (decimal): -13157876 or 801335. OLE color: 801335.

HSL color Cylindrical-coordinate representation of color #373A0C: hue angle of 63.91º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #373A0C is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB555812-
CMYK0.0500.790.77
HSL63.91º65.71%13.73%-
HSV(B)63.91º79.31%22.75%-
XYZ3.153.860.93-
YUV51.86105.51130.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=44%
G=46.4%
B=9.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558120.0500.790.7763.9165.7113.73
Hex373AC504F4D4042e
Octal6772145011711510010216
Binary1101111110101100101010011111001101100000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A0C; }

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

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

<style>
 a { background-color: #373A0C; }

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

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

<style>
 span { border-color: #373A0C; }

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

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