Html Css Color HEX #36410C Turtle Green

📋 copy color: '#36410C'

red 54 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #36410C

Tints of Turtle Green #36410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 41.22%
G = 49.62%
B = 9.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#36410C (or 0x36410C) is known color: Turtle Green. HEX triplet: 36, 41 and 0C. RGB value is (54,65,12). Sum of RGB (Red+Green+Blue) = 54+65+12=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #36410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36410C is #C9BEF3. Grayscale: #373737. Windows color (decimal): -13221620 or 803126. OLE color: 803126.

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

Color convert

RGB 54 65 12 -
CMYK 0.17 0 0.82 0.75
HSL 72.45º 0.69% 0.15% -
HSV(B) 72.45º 0.82% 0.25% -
XYZ 3.48 4.59 1.05 -
YUV 55.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 54 65 12 0.17 0 0.82 0.75 72.45 0.69 0.15
Hex 36 41 C 11 0 52 4B 48 45 F
Octal 66 101 14 21 0 122 113 110 105 17
Binary 110110 1000001 1100 10001 0 1010010 1001011 1001000 1000101 1111

Color Harmonies of #36410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36410C

Black with #36410C

Text Example


Text Example

White with #36410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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