Html Css Color HEX #365012 Turtle Green

📋 copy color: '#365012'

red 54 ◦ green 80 ◦ blue 18

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

Shades of Turtle Green #365012

Tints of Turtle Green #365012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 35.53%
G = 52.63%
B = 11.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#365012 (or 0x365012) is known color: Turtle Green. HEX triplet: 36, 50 and 12. RGB value is (54,80,18). Sum of RGB (Red+Green+Blue) = 54+80+18=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #365012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365012 is #C9AFED. Grayscale: #414141. Windows color (decimal): -13217774 or 1200182. OLE color: 1200182.

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

Color convert

RGB 54 80 18 -
CMYK 0.33 0 0.78 0.69
HSL 85.16º 0.63% 0.19% -
HSV(B) 85.16º 0.78% 0.31% -
XYZ 4.5 6.57 1.6 -
YUV 65.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 54 80 18 0.33 0 0.78 0.69 85.16 0.63 0.19
Hex 36 50 12 21 0 4E 45 55 3F 13
Octal 66 120 22 41 0 116 105 125 77 23
Binary 110110 1010000 10010 100001 0 1001110 1000101 1010101 111111 10011

Color Harmonies of #365012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365012

Black with #365012

Text Example


Text Example

White with #365012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365012; }

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

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

background-color css

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

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

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

border-color css

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

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

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