Html Css Color HEX #535601 Verdun Green

📋 copy color: '#535601'

red 83 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #535601

Tints of Verdun Green #535601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 48.82%
G = 50.59%
B = 0.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#535601 (or 0x535601) is known color: Verdun Green. HEX triplet: 53, 56 and 01. RGB value is (83,86,1). Sum of RGB (Red+Green+Blue) = 83+86+1=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #535601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535601 is #ACA9FE. Grayscale: #4B4B4B. Windows color (decimal): -11315711 or 87635. OLE color: 87635.

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

Color convert

RGB 83 86 1 -
CMYK 0.03 0 0.99 0.66
HSL 62.12º 0.98% 0.17% -
HSV(B) 62.12º 0.99% 0.34% -
XYZ 6.9 8.5 1.31 -
YUV 75.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 83 86 1 0.03 0 0.99 0.66 62.12 0.98 0.17
Hex 53 56 1 3 0 63 42 3E 62 11
Octal 123 126 1 3 0 143 102 76 142 21
Binary 1010011 1010110 1 11 0 1100011 1000010 111110 1100010 10001

Color Harmonies of #535601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535601

Black with #535601

Text Example


Text Example

White with #535601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535601; }

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

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

background-color css

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

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

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

border-color css

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

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

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