Html Css Color HEX #36411D Turtle Green

📋 copy color: '#36411D'

red 54 ◦ green 65 ◦ blue 29

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

Shades of Turtle Green #36411D

Tints of Turtle Green #36411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 36.49%
G = 43.92%
B = 19.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#36411D (or 0x36411D) is known color: Turtle Green. HEX triplet: 36, 41 and 1D. RGB value is (54,65,29). Sum of RGB (Red+Green+Blue) = 54+65+29=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #36411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36411D is #C9BEE2. Grayscale: #393939. Windows color (decimal): -13221603 or 1917238. OLE color: 1917238.

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

Color convert

RGB 54 65 29 -
CMYK 0.17 0 0.55 0.75
HSL 78.33º 0.38% 0.18% -
HSV(B) 78.33º 0.55% 0.25% -
XYZ 3.63 4.65 1.87 -
YUV 57.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 54 65 29 0.17 0 0.55 0.75 78.33 0.38 0.18
Hex 36 41 1D 11 0 37 4B 4E 26 12
Octal 66 101 35 21 0 67 113 116 46 22
Binary 110110 1000001 11101 10001 0 110111 1001011 1001110 100110 10010

Color Harmonies of #36411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36411D

Black with #36411D

Text Example


Text Example

White with #36411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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