Html Css Color HEX #525304 Verdun Green

📋 copy color: '#525304'

red 82 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #525304

Tints of Verdun Green #525304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

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

R = 48.52%
G = 49.11%
B = 2.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#525304 (or 0x525304) is known color: Verdun Green. HEX triplet: 52, 53 and 04. RGB value is (82,83,4). Sum of RGB (Red+Green+Blue) = 82+83+4=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #525304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525304 is #ADACFB. Grayscale: #4A4A4A. Windows color (decimal): -11382012 or 283474. OLE color: 283474.

HSL color Cylindrical-coordinate representation of color #525304: hue angle of 60.76º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #525304 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 4 -
CMYK 0.01 0 0.95 0.67
HSL 60.76º 0.91% 0.17% -
HSV(B) 60.76º 0.95% 0.33% -
XYZ 6.59 7.99 1.31 -
YUV 73.7 88.67 133.92 -
System Red Green Blue C M Y K H S L
Decimal 82 83 4 0.01 0 0.95 0.67 60.76 0.91 0.17
Hex 52 53 4 1 0 5F 43 3D 5B 11
Octal 122 123 4 1 0 137 103 75 133 21
Binary 1010010 1010011 100 1 0 1011111 1000011 111101 1011011 10001

Color Harmonies of #525304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525304

Black with #525304

Text Example


Text Example

White with #525304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525304; }

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

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

background-color css

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

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

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

border-color css

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

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

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