Html Css Color HEX #36411E Turtle Green

📋 copy color: '#36411E'

red 54 ◦ green 65 ◦ blue 30

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

Shades of Turtle Green #36411E

Tints of Turtle Green #36411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 36.24%
G = 43.62%
B = 20.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#36411E (or 0x36411E) is known color: Turtle Green. HEX triplet: 36, 41 and 1E. RGB value is (54,65,30). Sum of RGB (Red+Green+Blue) = 54+65+30=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #36411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36411E is #C9BEE1. Grayscale: #393939. Windows color (decimal): -13221602 or 1982774. OLE color: 1982774.

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

Color convert

RGB 54 65 30 -
CMYK 0.17 0 0.54 0.75
HSL 78.86º 0.37% 0.19% -
HSV(B) 78.86º 0.54% 0.25% -
XYZ 3.65 4.66 1.94 -
YUV 57.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 54 65 30 0.17 0 0.54 0.75 78.86 0.37 0.19
Hex 36 41 1E 11 0 36 4B 4F 25 13
Octal 66 101 36 21 0 66 113 117 45 23
Binary 110110 1000001 11110 10001 0 110110 1001011 1001111 100101 10011

Color Harmonies of #36411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36411E

Black with #36411E

Text Example


Text Example

White with #36411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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