Html Css Color HEX #535901 Verdun Green

📋 copy color: '#535901'

red 83 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #535901

Tints of Verdun Green #535901

RGB

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

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

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

R = 47.98%
G = 51.45%
B = 0.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#535901 (or 0x535901) is known color: Verdun Green. HEX triplet: 53, 59 and 01. RGB value is (83,89,1). Sum of RGB (Red+Green+Blue) = 83+89+1=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #535901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535901 is #ACA6FE. Grayscale: #4D4D4D. Windows color (decimal): -11314943 or 88403. OLE color: 88403.

HSL color Cylindrical-coordinate representation of color #535901: hue angle of 64.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535901 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 1 -
CMYK 0.07 0 0.99 0.65
HSL 64.09º 0.98% 0.18% -
HSV(B) 64.09º 0.99% 0.35% -
XYZ 7.15 8.99 1.39 -
YUV 77.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 83 89 1 0.07 0 0.99 0.65 64.09 0.98 0.18
Hex 53 59 1 7 0 63 41 40 62 12
Octal 123 131 1 7 0 143 101 100 142 22
Binary 1010011 1011001 1 111 0 1100011 1000001 1000000 1100010 10010

Color Harmonies of #535901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535901

Black with #535901

Text Example


Text Example

White with #535901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535901; }

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

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

background-color css

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

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

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

border-color css

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

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

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