Html Css Color HEX #365A04 Verdun Green

📋 copy color: '#365A04'

red 54 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #365A04

Tints of Verdun Green #365A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 36.49%
G = 60.81%
B = 2.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#365A04 (or 0x365A04) is known color: Verdun Green. HEX triplet: 36, 5A and 04. RGB value is (54,90,4). Sum of RGB (Red+Green+Blue) = 54+90+4=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #365A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A04 is #C9A5FB. Grayscale: #454545. Windows color (decimal): -13215228 or 285238. OLE color: 285238.

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

Color convert

RGB 54 90 4 -
CMYK 0.40 0 0.96 0.65
HSL 85.12º 0.91% 0.18% -
HSV(B) 85.12º 0.96% 0.35% -
XYZ 5.2 8.11 1.41 -
YUV 69.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 54 90 4 0.40 0 0.96 0.65 85.12 0.91 0.18
Hex 36 5A 4 28 0 60 41 55 5B 12
Octal 66 132 4 50 0 140 101 125 133 22
Binary 110110 1011010 100 101000 0 1100000 1000001 1010101 1011011 10010

Color Harmonies of #365A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A04

Black with #365A04

Text Example


Text Example

White with #365A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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