#365A08

Color #365A08 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #365A08

Tints of Verdun Green #365A08

Color information

#365A08 (or 0x365A08) is unknown color: approx Verdun Green. HEX triplet: 36, 5A and 08. RGB value is (54,90,8). Sum of RGB (Red+Green+Blue) = 54+90+8=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #365A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A08 is #C9A5F7. Grayscale: #464646. Windows color (decimal): -13215224 or 547382. OLE color: 547382.

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

Color convert

RGB54908-
CMYK0.4000.910.65
HSL86.34º83.67%19.22%-
HSV(B)86.34º91.11%35.29%-
XYZ5.228.111.52-
YUV69.8993.07116.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 90 (35.55% from 255) = 59.21%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=35.53%
G=59.21%
B=5.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal549080.4000.910.6586.3483.6719.22
Hex365A82805B41565413
Octal661321050013310112612423
Binary110110101101010001010000101101110000011010110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #365A08;
 }
 .AnyTagClassName
 {
   color: #365A08;
 }
</style>
background-color css

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

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

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

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

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

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