Html Css Color HEX #36401C Turtle Green

📋 copy color: '#36401C'

red 54 ◦ green 64 ◦ blue 28

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

Shades of Turtle Green #36401C

Tints of Turtle Green #36401C

RGB

 RED value IS 54 (21.48% from 255) = 36.99%

 GREEN value IS 64 (25.39% from 255) = 43.84%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 36.99%
G = 43.84%
B = 19.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#36401C (or 0x36401C) is known color: Turtle Green. HEX triplet: 36, 40 and 1C. RGB value is (54,64,28). Sum of RGB (Red+Green+Blue) = 54+64+28=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #36401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36401C is #C9BFE3. Grayscale: #393939. Windows color (decimal): -13221860 or 1851446. OLE color: 1851446.

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

Color convert

RGB 54 64 28 -
CMYK 0.16 0 0.56 0.75
HSL 76.67º 0.39% 0.18% -
HSV(B) 76.67º 0.56% 0.25% -
XYZ 3.56 4.53 1.79 -
YUV 56.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 54 64 28 0.16 0 0.56 0.75 76.67 0.39 0.18
Hex 36 40 1C 10 0 38 4B 4D 27 12
Octal 66 100 34 20 0 70 113 115 47 22
Binary 110110 1000000 11100 10000 0 111000 1001011 1001101 100111 10010

Color Harmonies of #36401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36401C

Black with #36401C

Text Example


Text Example

White with #36401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36401C;
 }
 .AnyTagClassName
 {
   color: #36401C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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