#36401A

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

Shades of Turtle Green #36401A

Tints of Turtle Green #36401A

Color information

#36401A (or 0x36401A) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 1A. RGB value is (54,64,26). Sum of RGB (Red+Green+Blue) = 54+64+26=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #36401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36401A is #C9BFE5. Grayscale: #383838. Windows color (decimal): -13221862 or 1720374. OLE color: 1720374.

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

Color convert

RGB546426-
CMYK0.1600.590.75
HSL75.79º42.22%17.65%-
HSV(B)75.79º59.38%25.1%-
XYZ3.544.531.66-
YUV56.68110.69126.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=37.5%
G=44.44%
B=18.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464260.1600.590.7575.7942.2217.65
Hex36401A1003B4B4c2a12
Octal6610032200731131145222
Binary1101101000000110101000001110111001011100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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