#536214

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

Shades of Verdun Green #536214

Tints of Verdun Green #536214

Color information

#536214 (or 0x536214) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 14. RGB value is (83,98,20). Sum of RGB (Red+Green+Blue) = 83+98+20=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #536214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536214 is #AC9DEB. Grayscale: #545454. Windows color (decimal): -11312620 or 1335891. OLE color: 1335891.

HSL color Cylindrical-coordinate representation of color #536214: hue angle of 71.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #536214 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB839820-
CMYK0.1500.800.62
HSL71.54º66.1%23.14%-
HSV(B)71.54º79.59%38.43%-
XYZ8.0610.622.29-
YUV84.6291.53126.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=41.29%
G=48.76%
B=9.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398200.1500.800.6271.5466.123.14
Hex536214F0503E484217
Octal123142241701207611010227
Binary10100111100010101001111010100001111101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536214; }

 p { color: rgb(83,98,20); }

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

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

 a { background-color: rgb(83,98,20); }

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

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

 span { border-color: rgb(83,98,20); }

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