Html Css Color HEX #536302 Verdun Green

📋 copy color: '#536302'

red 83 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #536302

Tints of Verdun Green #536302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.8%

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

R = 45.11%
G = 53.8%
B = 1.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#536302 (or 0x536302) is known color: Verdun Green. HEX triplet: 53, 63 and 02. RGB value is (83,99,2). Sum of RGB (Red+Green+Blue) = 83+99+2=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #536302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536302 is #AC9CFD. Grayscale: #535353. Windows color (decimal): -11312382 or 156499. OLE color: 156499.

HSL color Cylindrical-coordinate representation of color #536302: hue angle of 69.9º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #536302 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 2 -
CMYK 0.16 0 0.98 0.61
HSL 69.9º 0.96% 0.2% -
HSV(B) 69.9º 0.98% 0.39% -
XYZ 8.04 10.77 1.71 -
YUV 83.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 83 99 2 0.16 0 0.98 0.61 69.9 0.96 0.2
Hex 53 63 2 10 0 62 3D 46 60 14
Octal 123 143 2 20 0 142 75 106 140 24
Binary 1010011 1100011 10 10000 0 1100010 111101 1000110 1100000 10100

Color Harmonies of #536302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536302

Black with #536302

Text Example


Text Example

White with #536302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536302; }

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

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

background-color css

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

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

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

border-color css

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

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

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