Html Css Color HEX #484D06 Verdun Green

📋 copy color: '#484D06'

red 72 ◦ green 77 ◦ blue 6

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

Shades of Verdun Green #484D06

Tints of Verdun Green #484D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.68%

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 46.45%
G = 49.68%
B = 3.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#484D06 (or 0x484D06) is known color: Verdun Green. HEX triplet: 48, 4D and 06. RGB value is (72,77,6). Sum of RGB (Red+Green+Blue) = 72+77+6=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #484D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D06 is #B7B2F9. Grayscale: #434343. Windows color (decimal): -12038906 or 413000. OLE color: 413000.

HSL color Cylindrical-coordinate representation of color #484D06: hue angle of 64.23º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #484D06 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 6 -
CMYK 0.06 0 0.92 0.70
HSL 64.23º 0.86% 0.16% -
HSV(B) 64.23º 0.92% 0.3% -
XYZ 5.36 6.7 1.18 -
YUV 67.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 72 77 6 0.06 0 0.92 0.70 64.23 0.86 0.16
Hex 48 4D 6 6 0 5C 46 40 56 10
Octal 110 115 6 6 0 134 106 100 126 20
Binary 1001000 1001101 110 110 0 1011100 1000110 1000000 1010110 10000

Color Harmonies of #484D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D06

Black with #484D06

Text Example


Text Example

White with #484D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,6); }

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

background-color css

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

 a { background-color: rgb(72,77,6); }

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

border-color css

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

 span { border-color: rgb(72,77,6); }

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