Html Css Color HEX #36401F Turtle Green

📋 copy color: '#36401F'

red 54 ◦ green 64 ◦ blue 31

#36401F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #36401F

Tints of Turtle Green #36401F

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 value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#36401F (or 0x36401F) is known color: 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

RGB 54 64 31 -
CMYK 0.16 0 0.52 0.75
HSL 78.18º 0.35% 0.19% -
HSV(B) 78.18º 0.52% 0.25% -
XYZ 3.6 4.55 1.98 -
YUV 57.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 54 64 31 0.16 0 0.52 0.75 78.18 0.35 0.19
Hex 36 40 1F 10 0 34 4B 4E 23 13
Octal 66 100 37 20 0 64 113 116 43 23
Binary 110110 1000000 11111 10000 0 110100 1001011 1001110 100011 10011

Color Harmonies of #36401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36401F

Black with #36401F

Text Example


Text Example

White with #36401F

Text Example


Text Example

HTML Codes & Css Web 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>