Html Css Color HEX #485D04 Verdun Green

📋 copy color: '#485D04'

red 72 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #485D04

Tints of Verdun Green #485D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.03%

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

R = 42.6%
G = 55.03%
B = 2.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#485D04 (or 0x485D04) is known color: Verdun Green. HEX triplet: 48, 5D and 04. RGB value is (72,93,4). Sum of RGB (Red+Green+Blue) = 72+93+4=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #485D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485D04 is #B7A2FB. Grayscale: #4C4C4C. Windows color (decimal): -12034812 or 286024. OLE color: 286024.

HSL color Cylindrical-coordinate representation of color #485D04: hue angle of 74.16º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #485D04 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 93 4 -
CMYK 0.23 0 0.96 0.64
HSL 74.16º 0.92% 0.19% -
HSV(B) 74.16º 0.96% 0.36% -
XYZ 6.61 9.22 1.55 -
YUV 76.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 72 93 4 0.23 0 0.96 0.64 74.16 0.92 0.19
Hex 48 5D 4 17 0 60 40 4A 5C 13
Octal 110 135 4 27 0 140 100 112 134 23
Binary 1001000 1011101 100 10111 0 1100000 1000000 1001010 1011100 10011

Color Harmonies of #485D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D04

Black with #485D04

Text Example


Text Example

White with #485D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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