Html Css Color HEX #36500A Turtle Green

📋 copy color: '#36500A'

red 54 ◦ green 80 ◦ blue 10

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

Shades of Turtle Green #36500A

Tints of Turtle Green #36500A

RGB

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

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

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

R = 37.5%
G = 55.56%
B = 6.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#36500A (or 0x36500A) is known color: Turtle Green. HEX triplet: 36, 50 and 0A. RGB value is (54,80,10). Sum of RGB (Red+Green+Blue) = 54+80+10=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #36500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36500A is #C9AFF5. Grayscale: #404040. Windows color (decimal): -13217782 or 675894. OLE color: 675894.

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

Color convert

RGB 54 80 10 -
CMYK 0.33 0 0.87 0.69
HSL 82.29º 0.78% 0.18% -
HSV(B) 82.29º 0.88% 0.31% -
XYZ 4.44 6.54 1.32 -
YUV 64.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 54 80 10 0.33 0 0.87 0.69 82.29 0.78 0.18
Hex 36 50 A 21 0 57 45 52 4E 12
Octal 66 120 12 41 0 127 105 122 116 22
Binary 110110 1010000 1010 100001 0 1010111 1000101 1010010 1001110 10010

Color Harmonies of #36500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36500A

Black with #36500A

Text Example


Text Example

White with #36500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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