#37380A

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

Shades of Turtle Green #37380A

Tints of Turtle Green #37380A

Color information

#37380A (or 0x37380A) is unknown color: approx Turtle Green. HEX triplet: 37, 38 and 0A. RGB value is (55,56,10). Sum of RGB (Red+Green+Blue) = 55+56+10=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #37380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37380A is #C8C7F5. Grayscale: #323232. Windows color (decimal): -13158390 or 669751. OLE color: 669751.

HSL color Cylindrical-coordinate representation of color #37380A: hue angle of 61.3º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37380A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB555610-
CMYK0.0200.820.78
HSL61.3º69.7%12.94%-
HSV(B)61.3º82.14%21.96%-
XYZ3.043.660.83-
YUV50.46105.17131.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=45.45%
G=46.28%
B=8.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556100.0200.820.7861.369.712.94
Hex3738A20524E3d46d
Octal677012201221167510615
Binary11011111100010101001010010100111011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37380A; }

 p { color: rgb(55,56,10); }

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

<style>
 a { background-color: #37380A; }

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

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

<style>
 span { border-color: #37380A; }

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

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