Html Css Color HEX #48450A Verdun Green

📋 copy color: '#48450A'

red 72 ◦ green 69 ◦ blue 10

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

Shades of Verdun Green #48450A

Tints of Verdun Green #48450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 47.68%
G = 45.7%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48450A (or 0x48450A) is known color: Verdun Green. HEX triplet: 48, 45 and 0A. RGB value is (72,69,10). Sum of RGB (Red+Green+Blue) = 72+69+10=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48450A is #B7BAF5. Grayscale: #3F3F3F. Windows color (decimal): -12040950 or 673096. OLE color: 673096.

HSL color Cylindrical-coordinate representation of color #48450A: hue angle of 57.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48450A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 10 -
CMYK 0 0.04 0.86 0.72
HSL 57.1º 0.76% 0.16% -
HSV(B) 57.1º 0.86% 0.28% -
XYZ 4.86 5.66 1.12 -
YUV 63.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 72 69 10 0 0.04 0.86 0.72 57.1 0.76 0.16
Hex 48 45 A 0 4 56 48 39 4C 10
Octal 110 105 12 0 4 126 110 71 114 20
Binary 1001000 1000101 1010 0 100 1010110 1001000 111001 1001100 10000

Color Harmonies of #48450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48450A

Black with #48450A

Text Example


Text Example

White with #48450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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