Html Css Color HEX #535812 Verdun Green

📋 copy color: '#535812'

red 83 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #535812

Tints of Verdun Green #535812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.56%

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

R = 43.92%
G = 46.56%
B = 9.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#535812 (or 0x535812) is known color: Verdun Green. HEX triplet: 53, 58 and 12. RGB value is (83,88,18). Sum of RGB (Red+Green+Blue) = 83+88+18=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #535812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535812 is #ACA7ED. Grayscale: #4E4E4E. Windows color (decimal): -11315182 or 1202259. OLE color: 1202259.

HSL color Cylindrical-coordinate representation of color #535812: hue angle of 64.29º 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 #535812 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 18 -
CMYK 0.06 0 0.80 0.65
HSL 64.29º 0.66% 0.21% -
HSV(B) 64.29º 0.8% 0.35% -
XYZ 7.17 8.86 1.91 -
YUV 78.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 83 88 18 0.06 0 0.80 0.65 64.29 0.66 0.21
Hex 53 58 12 6 0 50 41 40 42 15
Octal 123 130 22 6 0 120 101 100 102 25
Binary 1010011 1011000 10010 110 0 1010000 1000001 1000000 1000010 10101

Color Harmonies of #535812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535812

Black with #535812

Text Example


Text Example

White with #535812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535812; }

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

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

background-color css

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

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

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

border-color css

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

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

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