Html Css Color HEX #535913 Verdun Green

📋 copy color: '#535913'

red 83 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #535913

Tints of Verdun Green #535913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 43.46%
G = 46.6%
B = 9.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#535913 (or 0x535913) is known color: Verdun Green. HEX triplet: 53, 59 and 13. RGB value is (83,89,19). Sum of RGB (Red+Green+Blue) = 83+89+19=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #535913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535913 is #ACA6EC. Grayscale: #4F4F4F. Windows color (decimal): -11314925 or 1268051. OLE color: 1268051.

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

Color convert

RGB 83 89 19 -
CMYK 0.07 0 0.79 0.65
HSL 65.14º 0.65% 0.21% -
HSV(B) 65.14º 0.79% 0.35% -
XYZ 7.26 9.03 1.98 -
YUV 79.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 83 89 19 0.07 0 0.79 0.65 65.14 0.65 0.21
Hex 53 59 13 7 0 4F 41 41 41 15
Octal 123 131 23 7 0 117 101 101 101 25
Binary 1010011 1011001 10011 111 0 1001111 1000001 1000001 1000001 10101

Color Harmonies of #535913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535913

Black with #535913

Text Example


Text Example

White with #535913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535913; }

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

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

background-color css

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

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

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

border-color css

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

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

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