#36401F

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

Shades of Turtle Green #36401F

Tints of Turtle Green #36401F

Color information

#36401F (or 0x36401F) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 1F. RGB value is (54,64,31). Sum of RGB (Red+Green+Blue) = 54+64+31=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #36401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36401F is #C9BFE0. Grayscale: #393939. Windows color (decimal): -13221857 or 2048054. OLE color: 2048054.

HSL color Cylindrical-coordinate representation of color #36401F: hue angle of 78.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36401F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB546431-
CMYK0.1600.520.75
HSL78.18º34.74%18.63%-
HSV(B)78.18º51.56%25.1%-
XYZ3.64.551.98-
YUV57.25113.19125.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=36.24%
G=42.95%
B=20.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464310.1600.520.7578.1834.7418.63
Hex36401F100344B4e2313
Octal6610037200641131164323
Binary1101101000000111111000001101001001011100111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36401F; }

 p { color: rgb(54,64,31); }

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

<style>
 a { background-color: #36401F; }

 a { background-color: rgb(54,64,31); }

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

<style>
 span { border-color: #36401F; }

 span { border-color: rgb(54,64,31); }

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