Html Css Color HEX #535A02 Verdun Green

📋 copy color: '#535A02'

red 83 ◦ green 90 ◦ blue 2

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

Shades of Verdun Green #535A02

Tints of Verdun Green #535A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 47.43%
G = 51.43%
B = 1.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#535A02 (or 0x535A02) is known color: Verdun Green. HEX triplet: 53, 5A and 02. RGB value is (83,90,2). Sum of RGB (Red+Green+Blue) = 83+90+2=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #535A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A02 is #ACA5FD. Grayscale: #4E4E4E. Windows color (decimal): -11314686 or 154195. OLE color: 154195.

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

Color convert

RGB 83 90 2 -
CMYK 0.08 0 0.98 0.65
HSL 64.77º 0.96% 0.18% -
HSV(B) 64.77º 0.98% 0.35% -
XYZ 7.23 9.16 1.44 -
YUV 77.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 83 90 2 0.08 0 0.98 0.65 64.77 0.96 0.18
Hex 53 5A 2 8 0 62 41 41 60 12
Octal 123 132 2 10 0 142 101 101 140 22
Binary 1010011 1011010 10 1000 0 1100010 1000001 1000001 1100000 10010

Color Harmonies of #535A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A02

Black with #535A02

Text Example


Text Example

White with #535A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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