Html Css Color HEX #48590A Verdun Green

📋 copy color: '#48590A'

red 72 ◦ green 89 ◦ blue 10

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

Shades of Verdun Green #48590A

Tints of Verdun Green #48590A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.05%

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 42.11%
G = 52.05%
B = 5.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#48590A (or 0x48590A) is known color: Verdun Green. HEX triplet: 48, 59 and 0A. RGB value is (72,89,10). Sum of RGB (Red+Green+Blue) = 72+89+10=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #48590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48590A is #B7A6F5. Grayscale: #4B4B4B. Windows color (decimal): -12035830 or 678216. OLE color: 678216.

HSL color Cylindrical-coordinate representation of color #48590A: hue angle of 72.91º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48590A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 10 -
CMYK 0.19 0 0.89 0.65
HSL 72.91º 0.8% 0.19% -
HSV(B) 72.91º 0.89% 0.35% -
XYZ 6.3 8.54 1.6 -
YUV 74.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 72 89 10 0.19 0 0.89 0.65 72.91 0.8 0.19
Hex 48 59 A 13 0 59 41 49 50 13
Octal 110 131 12 23 0 131 101 111 120 23
Binary 1001000 1011001 1010 10011 0 1011001 1000001 1001001 1010000 10011

Color Harmonies of #48590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48590A

Black with #48590A

Text Example


Text Example

White with #48590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48590A; }

 p { color: rgb(72,89,10); }

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

background-color css

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

 a { background-color: rgb(72,89,10); }

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

border-color css

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

 span { border-color: rgb(72,89,10); }

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