Html Css Color HEX #536304 Verdun Green

📋 copy color: '#536304'

red 83 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #536304

Tints of Verdun Green #536304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 44.62%
G = 53.23%
B = 2.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#536304 (or 0x536304) is known color: Verdun Green. HEX triplet: 53, 63 and 04. RGB value is (83,99,4). Sum of RGB (Red+Green+Blue) = 83+99+4=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #536304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536304 is #AC9CFB. Grayscale: #535353. Windows color (decimal): -11312380 or 287571. OLE color: 287571.

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

Color convert

RGB 83 99 4 -
CMYK 0.16 0 0.96 0.61
HSL 70.11º 0.92% 0.2% -
HSV(B) 70.11º 0.96% 0.39% -
XYZ 8.05 10.77 1.77 -
YUV 83.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 83 99 4 0.16 0 0.96 0.61 70.11 0.92 0.2
Hex 53 63 4 10 0 60 3D 46 5C 14
Octal 123 143 4 20 0 140 75 106 134 24
Binary 1010011 1100011 100 10000 0 1100000 111101 1000110 1011100 10100

Color Harmonies of #536304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536304

Black with #536304

Text Example


Text Example

White with #536304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536304; }

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

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

background-color css

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

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

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

border-color css

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

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

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