Html Css Color HEX #36500C Turtle Green

📋 copy color: '#36500C'

red 54 ◦ green 80 ◦ blue 12

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

Shades of Turtle Green #36500C

Tints of Turtle Green #36500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

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

R = 36.99%
G = 54.79%
B = 8.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#36500C (or 0x36500C) is known color: Turtle Green. HEX triplet: 36, 50 and 0C. RGB value is (54,80,12). Sum of RGB (Red+Green+Blue) = 54+80+12=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #36500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36500C is #C9AFF3. Grayscale: #404040. Windows color (decimal): -13217780 or 806966. OLE color: 806966.

HSL color Cylindrical-coordinate representation of color #36500C: hue angle of 82.94º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36500C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 12 -
CMYK 0.33 0 0.85 0.69
HSL 82.94º 0.74% 0.18% -
HSV(B) 82.94º 0.85% 0.31% -
XYZ 4.46 6.55 1.38 -
YUV 64.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 54 80 12 0.33 0 0.85 0.69 82.94 0.74 0.18
Hex 36 50 C 21 0 55 45 53 4A 12
Octal 66 120 14 41 0 125 105 123 112 22
Binary 110110 1010000 1100 100001 0 1010101 1000101 1010011 1001010 10010

Color Harmonies of #36500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36500C

Black with #36500C

Text Example


Text Example

White with #36500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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