#365305

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

Shades of Verdun Green #365305

Tints of Verdun Green #365305

Color information

#365305 (or 0x365305) is unknown color: approx Verdun Green. HEX triplet: 36, 53 and 05. RGB value is (54,83,5). Sum of RGB (Red+Green+Blue) = 54+83+5=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #365305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365305 is #C9ACFA. Grayscale: #414141. Windows color (decimal): -13217019 or 348982. OLE color: 348982.

HSL color Cylindrical-coordinate representation of color #365305: hue angle of 82.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365305 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB54835-
CMYK0.3500.940.67
HSL82.31º88.64%17.25%-
HSV(B)82.31º93.98%32.55%-
XYZ4.646.981.25-
YUV65.4493.89119.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=38.03%
G=58.45%
B=3.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548350.3500.940.6782.3188.6417.25
Hex365352305E43525911
Octal66123543013610312213121
Binary11011010100111011000110101111010000111010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365305; }

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

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

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

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

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

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

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

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