Html Css Color HEX #484F0B Verdun Green

📋 copy color: '#484F0B'

red 72 ◦ green 79 ◦ blue 11

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

Shades of Verdun Green #484F0B

Tints of Verdun Green #484F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.77%

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 44.44%
G = 48.77%
B = 6.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#484F0B (or 0x484F0B) is known color: Verdun Green. HEX triplet: 48, 4F and 0B. RGB value is (72,79,11). Sum of RGB (Red+Green+Blue) = 72+79+11=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #484F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F0B is #B7B0F4. Grayscale: #454545. Windows color (decimal): -12038389 or 741192. OLE color: 741192.

HSL color Cylindrical-coordinate representation of color #484F0B: hue angle of 66.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #484F0B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 79 11 -
CMYK 0.09 0 0.86 0.69
HSL 66.18º 0.76% 0.18% -
HSV(B) 66.18º 0.86% 0.31% -
XYZ 5.53 6.99 1.38 -
YUV 69.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 72 79 11 0.09 0 0.86 0.69 66.18 0.76 0.18
Hex 48 4F B 9 0 56 45 42 4C 12
Octal 110 117 13 11 0 126 105 102 114 22
Binary 1001000 1001111 1011 1001 0 1010110 1000101 1000010 1001100 10010

Color Harmonies of #484F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F0B

Black with #484F0B

Text Example


Text Example

White with #484F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484F0B; }

 p { color: rgb(72,79,11); }

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

background-color css

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

 a { background-color: rgb(72,79,11); }

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

border-color css

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

 span { border-color: rgb(72,79,11); }

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