Html Css Color HEX #36410A Turtle Green

📋 copy color: '#36410A'

red 54 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #36410A

Tints of Turtle Green #36410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.75%

R = 41.86%
G = 50.39%
B = 7.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#36410A (or 0x36410A) is known color: Turtle Green. HEX triplet: 36, 41 and 0A. RGB value is (54,65,10). Sum of RGB (Red+Green+Blue) = 54+65+10=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #36410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36410A is #C9BEF5. Grayscale: #373737. Windows color (decimal): -13221622 or 672054. OLE color: 672054.

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

Color convert

RGB 54 65 10 -
CMYK 0.17 0 0.85 0.75
HSL 72º 0.73% 0.15% -
HSV(B) 72º 0.85% 0.25% -
XYZ 3.47 4.59 0.99 -
YUV 55.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 54 65 10 0.17 0 0.85 0.75 72 0.73 0.15
Hex 36 41 A 11 0 55 4B 48 49 F
Octal 66 101 12 21 0 125 113 110 111 17
Binary 110110 1000001 1010 10001 0 1010101 1001011 1001000 1001001 1111

Color Harmonies of #36410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36410A

Black with #36410A

Text Example


Text Example

White with #36410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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