Html Css Color HEX #535402 Verdun Green

📋 copy color: '#535402'

red 83 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #535402

Tints of Verdun Green #535402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.7%

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

R = 49.11%
G = 49.7%
B = 1.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#535402 (or 0x535402) is known color: Verdun Green. HEX triplet: 53, 54 and 02. RGB value is (83,84,2). Sum of RGB (Red+Green+Blue) = 83+84+2=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #535402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535402 is #ACABFD. Grayscale: #4A4A4A. Windows color (decimal): -11316222 or 152659. OLE color: 152659.

HSL color Cylindrical-coordinate representation of color #535402: hue angle of 60.73º 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 #535402 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 2 -
CMYK 0.01 0 0.98 0.67
HSL 60.73º 0.95% 0.17% -
HSV(B) 60.73º 0.98% 0.33% -
XYZ 6.75 8.18 1.28 -
YUV 74.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 83 84 2 0.01 0 0.98 0.67 60.73 0.95 0.17
Hex 53 54 2 1 0 62 43 3D 5F 11
Octal 123 124 2 1 0 142 103 75 137 21
Binary 1010011 1010100 10 1 0 1100010 1000011 111101 1011111 10001

Color Harmonies of #535402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535402

Black with #535402

Text Example


Text Example

White with #535402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535402; }

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

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

background-color css

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

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

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

border-color css

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

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

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