Html Css Color HEX #484610 Verdun Green

📋 copy color: '#484610'

red 72 ◦ green 70 ◦ blue 16

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

Shades of Verdun Green #484610

Tints of Verdun Green #484610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 45.57%
G = 44.3%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484610 (or 0x484610) is known color: Verdun Green. HEX triplet: 48, 46 and 10. RGB value is (72,70,16). Sum of RGB (Red+Green+Blue) = 72+70+16=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484610 is #B7B9EF. Grayscale: #404040. Windows color (decimal): -12040688 or 1066568. OLE color: 1066568.

HSL color Cylindrical-coordinate representation of color #484610: hue angle of 57.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #484610 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 16 -
CMYK 0 0.03 0.78 0.72
HSL 57.86º 0.64% 0.17% -
HSV(B) 57.86º 0.78% 0.28% -
XYZ 4.96 5.8 1.35 -
YUV 64.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 72 70 16 0 0.03 0.78 0.72 57.86 0.64 0.17
Hex 48 46 10 0 3 4E 48 3A 40 11
Octal 110 106 20 0 3 116 110 72 100 21
Binary 1001000 1000110 10000 0 11 1001110 1001000 111010 1000000 10001

Color Harmonies of #484610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484610

Black with #484610

Text Example


Text Example

White with #484610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484610; }

 p { color: rgb(72,70,16); }

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

background-color css

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

 a { background-color: rgb(72,70,16); }

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

border-color css

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

 span { border-color: rgb(72,70,16); }

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