Html Css Color HEX #536214 Verdun Green

📋 copy color: '#536214'

red 83 ◦ green 98 ◦ blue 20

#536214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #536214

Tints of Verdun Green #536214

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.2% from 255) = 9.95%

R = 41.29%
G = 48.76%
B = 9.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#536214 (or 0x536214) is known color: 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

RGB 83 98 20 -
CMYK 0.15 0 0.80 0.62
HSL 71.54º 0.66% 0.23% -
HSV(B) 71.54º 0.8% 0.38% -
XYZ 8.06 10.62 2.29 -
YUV 84.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 83 98 20 0.15 0 0.80 0.62 71.54 0.66 0.23
Hex 53 62 14 F 0 50 3E 48 42 17
Octal 123 142 24 17 0 120 76 110 102 27
Binary 1010011 1100010 10100 1111 0 1010000 111110 1001000 1000010 10111

Color Harmonies of #536214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536214

Black with #536214

Text Example


Text Example

White with #536214

Text Example


Text Example

HTML Codes & Css Web 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>