#36370D

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

Shades of Turtle Green #36370D

Tints of Turtle Green #36370D

Color information

#36370D (or 0x36370D) is unknown color: approx Turtle Green. HEX triplet: 36, 37 and 0D. RGB value is (54,55,13). Sum of RGB (Red+Green+Blue) = 54+55+13=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #36370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36370D is #C9C8F2. Grayscale: #323232. Windows color (decimal): -13224179 or 866102. OLE color: 866102.

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

Color convert

RGB545513-
CMYK0.0200.760.78
HSL61.43º61.76%13.33%-
HSV(B)61.43º76.36%21.57%-
XYZ2.963.550.91-
YUV49.91107.17130.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=44.26%
G=45.08%
B=10.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5455130.0200.760.7861.4361.7613.33
Hex3637D204C4E3d3ed
Octal66671520114116757615
Binary1101101101111101100100110010011101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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