Html Css Color HEX #535502 Verdun Green

📋 copy color: '#535502'

red 83 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #535502

Tints of Verdun Green #535502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

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

R = 48.82%
G = 50%
B = 1.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#535502 (or 0x535502) is known color: Verdun Green. HEX triplet: 53, 55 and 02. RGB value is (83,85,2). Sum of RGB (Red+Green+Blue) = 83+85+2=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #535502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535502 is #ACAAFD. Grayscale: #4B4B4B. Windows color (decimal): -11315966 or 152915. OLE color: 152915.

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

Color convert

RGB 83 85 2 -
CMYK 0.02 0 0.98 0.67
HSL 61.45º 0.95% 0.17% -
HSV(B) 61.45º 0.98% 0.33% -
XYZ 6.83 8.34 1.31 -
YUV 74.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 83 85 2 0.02 0 0.98 0.67 61.45 0.95 0.17
Hex 53 55 2 2 0 62 43 3D 5F 11
Octal 123 125 2 2 0 142 103 75 137 21
Binary 1010011 1010101 10 10 0 1100010 1000011 111101 1011111 10001

Color Harmonies of #535502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535502

Black with #535502

Text Example


Text Example

White with #535502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535502; }

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

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

background-color css

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

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

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

border-color css

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

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

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