Html Css Color HEX #36500D Turtle Green

📋 copy color: '#36500D'

red 54 ◦ green 80 ◦ blue 13

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

Shades of Turtle Green #36500D

Tints of Turtle Green #36500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.84%

R = 36.73%
G = 54.42%
B = 8.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#36500D (or 0x36500D) is known color: Turtle Green. HEX triplet: 36, 50 and 0D. RGB value is (54,80,13). Sum of RGB (Red+Green+Blue) = 54+80+13=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #36500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36500D is #C9AFF2. Grayscale: #404040. Windows color (decimal): -13217779 or 872502. OLE color: 872502.

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

Color convert

RGB 54 80 13 -
CMYK 0.33 0 0.84 0.69
HSL 83.28º 0.72% 0.18% -
HSV(B) 83.28º 0.84% 0.31% -
XYZ 4.46 6.55 1.41 -
YUV 64.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 54 80 13 0.33 0 0.84 0.69 83.28 0.72 0.18
Hex 36 50 D 21 0 54 45 53 48 12
Octal 66 120 15 41 0 124 105 123 110 22
Binary 110110 1010000 1101 100001 0 1010100 1000101 1010011 1001000 10010

Color Harmonies of #36500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36500D

Black with #36500D

Text Example


Text Example

White with #36500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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