#36370A

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

Shades of Turtle Green #36370A

Tints of Turtle Green #36370A

Color information

#36370A (or 0x36370A) is unknown color: approx Turtle Green. HEX triplet: 36, 37 and 0A. RGB value is (54,55,10). Sum of RGB (Red+Green+Blue) = 54+55+10=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #36370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36370A is #C9C8F5. Grayscale: #313131. Windows color (decimal): -13224182 or 669494. OLE color: 669494.

HSL color Cylindrical-coordinate representation of color #36370A: hue angle of 61.33º degrees, saturation: 0.69, 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 #36370A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB545510-
CMYK0.0200.820.78
HSL61.33º69.23%12.75%-
HSV(B)61.33º81.82%21.57%-
XYZ2.943.540.82-
YUV49.57105.67131.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=45.38%
G=46.22%
B=8.40%

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
Decimal5455100.0200.820.7861.3369.2312.75
Hex3637A20524E3d45d
Octal666712201221167510515
Binary11011011011110101001010010100111011110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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