Html Css Color HEX #485304 Verdun Green

📋 copy color: '#485304'

red 72 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #485304

Tints of Verdun Green #485304

RGB

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

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

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

R = 45.28%
G = 52.2%
B = 2.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#485304 (or 0x485304) is known color: Verdun Green. HEX triplet: 48, 53 and 04. RGB value is (72,83,4). Sum of RGB (Red+Green+Blue) = 72+83+4=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #485304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485304 is #B7ACFB. Grayscale: #474747. Windows color (decimal): -12037372 or 283464. OLE color: 283464.

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

Color convert

RGB 72 83 4 -
CMYK 0.13 0 0.95 0.67
HSL 68.35º 0.91% 0.17% -
HSV(B) 68.35º 0.95% 0.33% -
XYZ 5.79 7.57 1.27 -
YUV 70.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 72 83 4 0.13 0 0.95 0.67 68.35 0.91 0.17
Hex 48 53 4 D 0 5F 43 44 5B 11
Octal 110 123 4 15 0 137 103 104 133 21
Binary 1001000 1010011 100 1101 0 1011111 1000011 1000100 1011011 10001

Color Harmonies of #485304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485304

Black with #485304

Text Example


Text Example

White with #485304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485304; }

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

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

background-color css

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

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

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

border-color css

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

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

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