Html Css Color HEX #535904 Verdun Green

📋 copy color: '#535904'

red 83 ◦ green 89 ◦ blue 4

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

Shades of Verdun Green #535904

Tints of Verdun Green #535904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.57%

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

R = 47.16%
G = 50.57%
B = 2.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#535904 (or 0x535904) is known color: Verdun Green. HEX triplet: 53, 59 and 04. RGB value is (83,89,4). Sum of RGB (Red+Green+Blue) = 83+89+4=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #535904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535904 is #ACA6FB. Grayscale: #4D4D4D. Windows color (decimal): -11314940 or 285011. OLE color: 285011.

HSL color Cylindrical-coordinate representation of color #535904: hue angle of 64.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535904 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 4 -
CMYK 0.07 0 0.96 0.65
HSL 64.24º 0.91% 0.18% -
HSV(B) 64.24º 0.96% 0.35% -
XYZ 7.16 8.99 1.47 -
YUV 77.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 83 89 4 0.07 0 0.96 0.65 64.24 0.91 0.18
Hex 53 59 4 7 0 60 41 40 5B 12
Octal 123 131 4 7 0 140 101 100 133 22
Binary 1010011 1011001 100 111 0 1100000 1000001 1000000 1011011 10010

Color Harmonies of #535904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535904

Black with #535904

Text Example


Text Example

White with #535904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535904; }

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

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

background-color css

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

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

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

border-color css

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

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

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