Html Css Color HEX #535B02 Verdun Green

📋 copy color: '#535B02'

red 83 ◦ green 91 ◦ blue 2

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

Shades of Verdun Green #535B02

Tints of Verdun Green #535B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.7%

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

R = 47.16%
G = 51.7%
B = 1.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#535B02 (or 0x535B02) is known color: Verdun Green. HEX triplet: 53, 5B and 02. RGB value is (83,91,2). Sum of RGB (Red+Green+Blue) = 83+91+2=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #535B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B02 is #ACA4FD. Grayscale: #4E4E4E. Windows color (decimal): -11314430 or 154451. OLE color: 154451.

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

Color convert

RGB 83 91 2 -
CMYK 0.09 0 0.98 0.64
HSL 65.39º 0.96% 0.18% -
HSV(B) 65.39º 0.98% 0.36% -
XYZ 7.32 9.33 1.47 -
YUV 78.46 84.85 131.24 -
System Red Green Blue C M Y K H S L
Decimal 83 91 2 0.09 0 0.98 0.64 65.39 0.96 0.18
Hex 53 5B 2 9 0 62 40 41 60 12
Octal 123 133 2 11 0 142 100 101 140 22
Binary 1010011 1011011 10 1001 0 1100010 1000000 1000001 1100000 10010

Color Harmonies of #535B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B02

Black with #535B02

Text Example


Text Example

White with #535B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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