Html Css Color HEX #484908 Verdun Green

📋 copy color: '#484908'

red 72 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #484908

Tints of Verdun Green #484908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.71%

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 47.06%
G = 47.71%
B = 5.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#484908 (or 0x484908) is known color: Verdun Green. HEX triplet: 48, 49 and 08. RGB value is (72,73,8). Sum of RGB (Red+Green+Blue) = 72+73+8=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #484908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484908 is #B7B6F7. Grayscale: #414141. Windows color (decimal): -12039928 or 543048. OLE color: 543048.

HSL color Cylindrical-coordinate representation of color #484908: hue angle of 60.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #484908 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 8 -
CMYK 0.01 0 0.89 0.71
HSL 60.92º 0.8% 0.16% -
HSV(B) 60.92º 0.89% 0.29% -
XYZ 5.1 6.16 1.15 -
YUV 65.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 72 73 8 0.01 0 0.89 0.71 60.92 0.8 0.16
Hex 48 49 8 1 0 59 47 3D 50 10
Octal 110 111 10 1 0 131 107 75 120 20
Binary 1001000 1001001 1000 1 0 1011001 1000111 111101 1010000 10000

Color Harmonies of #484908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484908

Black with #484908

Text Example


Text Example

White with #484908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484908; }

 p { color: rgb(72,73,8); }

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

background-color css

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

 a { background-color: rgb(72,73,8); }

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

border-color css

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

 span { border-color: rgb(72,73,8); }

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