Html Css Color HEX #36411A Turtle Green

📋 copy color: '#36411A'

red 54 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #36411A

Tints of Turtle Green #36411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 37.24%
G = 44.83%
B = 17.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#36411A (or 0x36411A) is known color: Turtle Green. HEX triplet: 36, 41 and 1A. RGB value is (54,65,26). Sum of RGB (Red+Green+Blue) = 54+65+26=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #36411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36411A is #C9BEE5. Grayscale: #393939. Windows color (decimal): -13221606 or 1720630. OLE color: 1720630.

HSL color Cylindrical-coordinate representation of color #36411A: hue angle of 76.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36411A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 26 -
CMYK 0.17 0 0.60 0.75
HSL 76.92º 0.43% 0.18% -
HSV(B) 76.92º 0.6% 0.25% -
XYZ 3.6 4.64 1.68 -
YUV 57.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 54 65 26 0.17 0 0.60 0.75 76.92 0.43 0.18
Hex 36 41 1A 11 0 3C 4B 4D 2B 12
Octal 66 101 32 21 0 74 113 115 53 22
Binary 110110 1000001 11010 10001 0 111100 1001011 1001101 101011 10010

Color Harmonies of #36411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36411A

Black with #36411A

Text Example


Text Example

White with #36411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36411A;
 }
 .AnyTagClassName
 {
   color: #36411A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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