Html Css Color HEX #535804 Verdun Green

📋 copy color: '#535804'

red 83 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #535804

Tints of Verdun Green #535804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 47.43%
G = 50.29%
B = 2.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#535804 (or 0x535804) is known color: Verdun Green. HEX triplet: 53, 58 and 04. RGB value is (83,88,4). Sum of RGB (Red+Green+Blue) = 83+88+4=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #535804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535804 is #ACA7FB. Grayscale: #4D4D4D. Windows color (decimal): -11315196 or 284755. OLE color: 284755.

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

Color convert

RGB 83 88 4 -
CMYK 0.06 0 0.95 0.65
HSL 63.57º 0.91% 0.18% -
HSV(B) 63.57º 0.95% 0.35% -
XYZ 7.08 8.83 1.45 -
YUV 76.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 83 88 4 0.06 0 0.95 0.65 63.57 0.91 0.18
Hex 53 58 4 6 0 5F 41 40 5B 12
Octal 123 130 4 6 0 137 101 100 133 22
Binary 1010011 1011000 100 110 0 1011111 1000001 1000000 1011011 10010

Color Harmonies of #535804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535804

Black with #535804

Text Example


Text Example

White with #535804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535804; }

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

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

background-color css

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

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

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

border-color css

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

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

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