Html Css Color HEX #36410B Turtle Green

📋 copy color: '#36410B'

red 54 ◦ green 65 ◦ blue 11

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

Shades of Turtle Green #36410B

Tints of Turtle Green #36410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 41.54%
G = 50%
B = 8.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#36410B (or 0x36410B) is known color: Turtle Green. HEX triplet: 36, 41 and 0B. RGB value is (54,65,11). Sum of RGB (Red+Green+Blue) = 54+65+11=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #36410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36410B is #C9BEF4. Grayscale: #373737. Windows color (decimal): -13221621 or 737590. OLE color: 737590.

HSL color Cylindrical-coordinate representation of color #36410B: hue angle of 72.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36410B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 11 -
CMYK 0.17 0 0.83 0.75
HSL 72.22º 0.71% 0.15% -
HSV(B) 72.22º 0.83% 0.25% -
XYZ 3.47 4.59 1.02 -
YUV 55.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 54 65 11 0.17 0 0.83 0.75 72.22 0.71 0.15
Hex 36 41 B 11 0 53 4B 48 47 F
Octal 66 101 13 21 0 123 113 110 107 17
Binary 110110 1000001 1011 10001 0 1010011 1001011 1001000 1000111 1111

Color Harmonies of #36410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36410B

Black with #36410B

Text Example


Text Example

White with #36410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36410B; }

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

 H1.HeaderClassName
 {
   color: #36410B;
 }
 .AnyTagClassName
 {
   color: #36410B;
 }
</style>

background-color css

<style>
 a { background-color: #36410B; }

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

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

border-color css

<style>
 span { border-color: #36410B; }

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

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