Html Css Color HEX #535A01 Verdun Green

📋 copy color: '#535A01'

red 83 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #535A01

Tints of Verdun Green #535A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.72%

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

R = 47.7%
G = 51.72%
B = 0.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#535A01 (or 0x535A01) is known color: Verdun Green. HEX triplet: 53, 5A and 01. RGB value is (83,90,1). Sum of RGB (Red+Green+Blue) = 83+90+1=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #535A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A01 is #ACA5FE. Grayscale: #4E4E4E. Windows color (decimal): -11314687 or 88659. OLE color: 88659.

HSL color Cylindrical-coordinate representation of color #535A01: hue angle of 64.72º 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 #535A01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 1 -
CMYK 0.08 0 0.99 0.65
HSL 64.72º 0.98% 0.18% -
HSV(B) 64.72º 0.99% 0.35% -
XYZ 7.23 9.15 1.41 -
YUV 77.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 83 90 1 0.08 0 0.99 0.65 64.72 0.98 0.18
Hex 53 5A 1 8 0 63 41 41 62 12
Octal 123 132 1 10 0 143 101 101 142 22
Binary 1010011 1011010 1 1000 0 1100011 1000001 1000001 1100010 10010

Color Harmonies of #535A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A01

Black with #535A01

Text Example


Text Example

White with #535A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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