#373A1C

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

Shades of Turtle Green #373A1C

Tints of Turtle Green #373A1C

Color information

#373A1C (or 0x373A1C) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 1C. RGB value is (55,58,28). Sum of RGB (Red+Green+Blue) = 55+58+28=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #373A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A1C is #C8C5E3. Grayscale: #353535. Windows color (decimal): -13157860 or 1849911. OLE color: 1849911.

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

Color convert

RGB555828-
CMYK0.0500.520.77
HSL66º34.88%16.86%-
HSV(B)66º51.72%22.75%-
XYZ3.33.921.68-
YUV53.68113.51128.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=39.01%
G=41.13%
B=19.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558280.0500.520.776634.8816.86
Hex373A1C50344D422311
Octal67723450641151024321
Binary1101111110101110010101101001001101100001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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