#365B05

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

Shades of Verdun Green #365B05

Tints of Verdun Green #365B05

Color information

#365B05 (or 0x365B05) is unknown color: approx Verdun Green. HEX triplet: 36, 5B and 05. RGB value is (54,91,5). Sum of RGB (Red+Green+Blue) = 54+91+5=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #365B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B05 is #C9A4FA. Grayscale: #464646. Windows color (decimal): -13214971 or 351030. OLE color: 351030.

HSL color Cylindrical-coordinate representation of color #365B05: hue angle of 85.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #365B05 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB54915-
CMYK0.4100.950.64
HSL85.81º89.58%18.82%-
HSV(B)85.81º94.51%35.69%-
XYZ5.298.281.46-
YUV70.1391.24116.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 91 (35.94% from 255) = 60.67%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=36%
G=60.67%
B=3.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549150.4100.950.6485.8189.5818.82
Hex365B52905F40565a13
Octal66133551013710012613223
Binary11011010110111011010010101111110000001010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,5); }

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

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

 a { background-color: rgb(54,91,5); }

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

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

 span { border-color: rgb(54,91,5); }

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