Html Css Color HEX #525804 Verdun Green

📋 copy color: '#525804'

red 82 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #525804

Tints of Verdun Green #525804

RGB

 RED value IS 82 (32.42% from 255) = 47.13%

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

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

R = 47.13%
G = 50.57%
B = 2.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#525804 (or 0x525804) is known color: Verdun Green. HEX triplet: 52, 58 and 04. RGB value is (82,88,4). Sum of RGB (Red+Green+Blue) = 82+88+4=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #525804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525804 is #ADA7FB. Grayscale: #4C4C4C. Windows color (decimal): -11380732 or 284754. OLE color: 284754.

HSL color Cylindrical-coordinate representation of color #525804: hue angle of 64.29º 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 #525804 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 4 -
CMYK 0.07 0 0.95 0.65
HSL 64.29º 0.91% 0.18% -
HSV(B) 64.29º 0.95% 0.35% -
XYZ 6.99 8.78 1.44 -
YUV 76.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 82 88 4 0.07 0 0.95 0.65 64.29 0.91 0.18
Hex 52 58 4 7 0 5F 41 40 5B 12
Octal 122 130 4 7 0 137 101 100 133 22
Binary 1010010 1011000 100 111 0 1011111 1000001 1000000 1011011 10010

Color Harmonies of #525804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525804

Black with #525804

Text Example


Text Example

White with #525804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525804; }

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

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

background-color css

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

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

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

border-color css

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

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

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