Html Css Color HEX #535600 Verdun Green

📋 copy color: '#535600'

red 83 ◦ green 86 ◦ blue 0

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

Shades of Verdun Green #535600

Tints of Verdun Green #535600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.11%
G = 50.89%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#535600 (or 0x535600) is known color: Verdun Green. HEX triplet: 53, 56 and 00. RGB value is (83,86,0). Sum of RGB (Red+Green+Blue) = 83+86+0=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #535600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535600 is #ACA9FF. Grayscale: #4B4B4B. Windows color (decimal): -11315712 or 22099. OLE color: 22099.

HSL color Cylindrical-coordinate representation of color #535600: hue angle of 62.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #535600 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 0 -
CMYK 0.03 0 1 0.66
HSL 62.09º 1% 0.17% -
HSV(B) 62.09º 1% 0.34% -
XYZ 6.9 8.49 1.28 -
YUV 75.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 83 86 0 0.03 0 1 0.66 62.09 1 0.17
Hex 53 56 0 3 0 64 42 3E 64 11
Octal 123 126 0 3 0 144 102 76 144 21
Binary 1010011 1010110 0 11 0 1100100 1000010 111110 1100100 10001

Color Harmonies of #535600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535600

Black with #535600

Text Example


Text Example

White with #535600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535600; }

 p { color: rgb(83,86,0); }

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

background-color css

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

 a { background-color: rgb(83,86,0); }

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

border-color css

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

 span { border-color: rgb(83,86,0); }

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