Html Css Color HEX #535301 Verdun Green

📋 copy color: '#535301'

red 83 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #535301

Tints of Verdun Green #535301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

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

R = 49.7%
G = 49.7%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#535301 (or 0x535301) is known color: Verdun Green. HEX triplet: 53, 53 and 01. RGB value is (83,83,1). Sum of RGB (Red+Green+Blue) = 83+83+1=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535301 is #ACACFE. Grayscale: #494949. Windows color (decimal): -11316479 or 86867. OLE color: 86867.

HSL color Cylindrical-coordinate representation of color #535301: hue angle of 60º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535301 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 1 -
CMYK 0 0 0.99 0.67
HSL 60º 0.98% 0.16% -
HSV(B) 60º 0.99% 0.33% -
XYZ 6.67 8.03 1.23 -
YUV 73.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 83 83 1 0 0 0.99 0.67 60 0.98 0.16
Hex 53 53 1 0 0 63 43 3C 62 10
Octal 123 123 1 0 0 143 103 74 142 20
Binary 1010011 1010011 1 0 0 1100011 1000011 111100 1100010 10000

Color Harmonies of #535301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535301

Black with #535301

Text Example


Text Example

White with #535301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535301; }

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

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

background-color css

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

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

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

border-color css

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

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

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