Html Css Color HEX #365A14 Verdun Green

📋 copy color: '#365A14'

red 54 ◦ green 90 ◦ blue 20

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

Shades of Verdun Green #365A14

Tints of Verdun Green #365A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.88%

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 32.93%
G = 54.88%
B = 12.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#365A14 (or 0x365A14) is known color: Verdun Green. HEX triplet: 36, 5A and 14. RGB value is (54,90,20). Sum of RGB (Red+Green+Blue) = 54+90+20=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #365A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A14 is #C9A5EB. Grayscale: #474747. Windows color (decimal): -13215212 or 1333814. OLE color: 1333814.

HSL color Cylindrical-coordinate representation of color #365A14: hue angle of 90.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365A14 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 20 -
CMYK 0.40 0 0.78 0.65
HSL 90.86º 0.64% 0.22% -
HSV(B) 90.86º 0.78% 0.35% -
XYZ 5.3 8.15 1.95 -
YUV 71.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 54 90 20 0.40 0 0.78 0.65 90.86 0.64 0.22
Hex 36 5A 14 28 0 4E 41 5B 40 16
Octal 66 132 24 50 0 116 101 133 100 26
Binary 110110 1011010 10100 101000 0 1001110 1000001 1011011 1000000 10110

Color Harmonies of #365A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A14

Black with #365A14

Text Example


Text Example

White with #365A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A14; }

 p { color: rgb(54,90,20); }

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

background-color css

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

 a { background-color: rgb(54,90,20); }

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

border-color css

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

 span { border-color: rgb(54,90,20); }

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