Html Css Color HEX #535912 Verdun Green

📋 copy color: '#535912'

red 83 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #535912

Tints of Verdun Green #535912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 43.68%
G = 46.84%
B = 9.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#535912 (or 0x535912) is known color: Verdun Green. HEX triplet: 53, 59 and 12. RGB value is (83,89,18). Sum of RGB (Red+Green+Blue) = 83+89+18=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #535912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535912 is #ACA6ED. Grayscale: #4F4F4F. Windows color (decimal): -11314926 or 1202515. OLE color: 1202515.

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

Color convert

RGB 83 89 18 -
CMYK 0.07 0 0.80 0.65
HSL 65.07º 0.66% 0.21% -
HSV(B) 65.07º 0.8% 0.35% -
XYZ 7.25 9.03 1.93 -
YUV 79.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 83 89 18 0.07 0 0.80 0.65 65.07 0.66 0.21
Hex 53 59 12 7 0 50 41 41 42 15
Octal 123 131 22 7 0 120 101 101 102 25
Binary 1010011 1011001 10010 111 0 1010000 1000001 1000001 1000010 10101

Color Harmonies of #535912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535912

Black with #535912

Text Example


Text Example

White with #535912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535912; }

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

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

background-color css

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

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

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

border-color css

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

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

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