Html Css Color HEX #485B04 Verdun Green

📋 copy color: '#485B04'

red 72 ◦ green 91 ◦ blue 4

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

Shades of Verdun Green #485B04

Tints of Verdun Green #485B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.49%

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

R = 43.11%
G = 54.49%
B = 2.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#485B04 (or 0x485B04) is known color: Verdun Green. HEX triplet: 48, 5B and 04. RGB value is (72,91,4). Sum of RGB (Red+Green+Blue) = 72+91+4=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #485B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B04 is #B7A4FB. Grayscale: #4B4B4B. Windows color (decimal): -12035324 or 285512. OLE color: 285512.

HSL color Cylindrical-coordinate representation of color #485B04: hue angle of 73.1º 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 #485B04 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 4 -
CMYK 0.21 0 0.96 0.64
HSL 73.1º 0.92% 0.19% -
HSV(B) 73.1º 0.96% 0.36% -
XYZ 6.44 8.87 1.49 -
YUV 75.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 72 91 4 0.21 0 0.96 0.64 73.1 0.92 0.19
Hex 48 5B 4 15 0 60 40 49 5C 13
Octal 110 133 4 25 0 140 100 111 134 23
Binary 1001000 1011011 100 10101 0 1100000 1000000 1001001 1011100 10011

Color Harmonies of #485B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B04

Black with #485B04

Text Example


Text Example

White with #485B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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