#365308

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

Shades of Verdun Green #365308

Tints of Verdun Green #365308

Color information

#365308 (or 0x365308) is unknown color: approx Verdun Green. HEX triplet: 36, 53 and 08. RGB value is (54,83,8). Sum of RGB (Red+Green+Blue) = 54+83+8=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #365308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365308 is #C9ACF7. Grayscale: #424242. Windows color (decimal): -13217016 or 545590. OLE color: 545590.

HSL color Cylindrical-coordinate representation of color #365308: hue angle of 83.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #365308 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB54838-
CMYK0.3500.900.67
HSL83.2º82.42%17.84%-
HSV(B)83.2º90.36%32.55%-
XYZ4.666.991.33-
YUV65.7895.39119.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=37.24%
G=57.24%
B=5.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548380.3500.900.6783.282.4217.84
Hex365382305A43535212
Octal661231043013210312312222
Binary110110101001110001000110101101010000111010011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365308; }

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

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

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

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

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

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

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

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