Html Css Color HEX #535914 Verdun Green

📋 copy color: '#535914'

red 83 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #535914

Tints of Verdun Green #535914

RGB

 RED value IS 83 (32.81% from 255) = 43.23%

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 43.23%
G = 46.35%
B = 10.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#535914 (or 0x535914) is known color: Verdun Green. HEX triplet: 53, 59 and 14. RGB value is (83,89,20). Sum of RGB (Red+Green+Blue) = 83+89+20=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #535914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535914 is #ACA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11314924 or 1333587. OLE color: 1333587.

HSL color Cylindrical-coordinate representation of color #535914: hue angle of 65.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #535914 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 20 -
CMYK 0.07 0 0.78 0.65
HSL 65.22º 0.63% 0.21% -
HSV(B) 65.22º 0.78% 0.35% -
XYZ 7.27 9.03 2.02 -
YUV 79.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 83 89 20 0.07 0 0.78 0.65 65.22 0.63 0.21
Hex 53 59 14 7 0 4E 41 41 3F 15
Octal 123 131 24 7 0 116 101 101 77 25
Binary 1010011 1011001 10100 111 0 1001110 1000001 1000001 111111 10101

Color Harmonies of #535914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535914

Black with #535914

Text Example


Text Example

White with #535914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535914; }

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

 H1.HeaderClassName
 {
   color: #535914;
 }
 .AnyTagClassName
 {
   color: #535914;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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