Html Css Color HEX #485204 Verdun Green

📋 copy color: '#485204'

red 72 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #485204

Tints of Verdun Green #485204

RGB

 RED value IS 72 (28.52% from 255) = 45.57%

 GREEN value IS 82 (32.42% from 255) = 51.9%

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

R = 45.57%
G = 51.9%
B = 2.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#485204 (or 0x485204) is known color: Verdun Green. HEX triplet: 48, 52 and 04. RGB value is (72,82,4). Sum of RGB (Red+Green+Blue) = 72+82+4=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #485204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485204 is #B7ADFB. Grayscale: #464646. Windows color (decimal): -12037628 or 283208. OLE color: 283208.

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

Color convert

RGB 72 82 4 -
CMYK 0.12 0 0.95 0.68
HSL 67.69º 0.91% 0.17% -
HSV(B) 67.69º 0.95% 0.32% -
XYZ 5.71 7.42 1.25 -
YUV 70.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 72 82 4 0.12 0 0.95 0.68 67.69 0.91 0.17
Hex 48 52 4 C 0 5F 44 44 5B 11
Octal 110 122 4 14 0 137 104 104 133 21
Binary 1001000 1010010 100 1100 0 1011111 1000100 1000100 1011011 10001

Color Harmonies of #485204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485204

Black with #485204

Text Example


Text Example

White with #485204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485204; }

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

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

background-color css

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

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

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

border-color css

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

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

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