Html Css Color HEX #365011 Turtle Green

📋 copy color: '#365011'

red 54 ◦ green 80 ◦ blue 17

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

Shades of Turtle Green #365011

Tints of Turtle Green #365011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 35.76%
G = 52.98%
B = 11.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#365011 (or 0x365011) is known color: Turtle Green. HEX triplet: 36, 50 and 11. RGB value is (54,80,17). Sum of RGB (Red+Green+Blue) = 54+80+17=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #365011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365011 is #C9AFEE. Grayscale: #414141. Windows color (decimal): -13217775 or 1134646. OLE color: 1134646.

HSL color Cylindrical-coordinate representation of color #365011: hue angle of 84.76º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365011 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 17 -
CMYK 0.33 0 0.79 0.69
HSL 84.76º 0.65% 0.19% -
HSV(B) 84.76º 0.79% 0.31% -
XYZ 4.49 6.56 1.56 -
YUV 65.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 54 80 17 0.33 0 0.79 0.69 84.76 0.65 0.19
Hex 36 50 11 21 0 4F 45 55 41 13
Octal 66 120 21 41 0 117 105 125 101 23
Binary 110110 1010000 10001 100001 0 1001111 1000101 1010101 1000001 10011

Color Harmonies of #365011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365011

Black with #365011

Text Example


Text Example

White with #365011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365011; }

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

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

background-color css

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

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

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

border-color css

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

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

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