Html Css Color HEX #48530A Verdun Green

📋 copy color: '#48530A'

red 72 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #48530A

Tints of Verdun Green #48530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

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

R = 43.64%
G = 50.3%
B = 6.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#48530A (or 0x48530A) is known color: Verdun Green. HEX triplet: 48, 53 and 0A. RGB value is (72,83,10). Sum of RGB (Red+Green+Blue) = 72+83+10=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #48530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530A is #B7ACF5. Grayscale: #474747. Windows color (decimal): -12037366 or 676680. OLE color: 676680.

HSL color Cylindrical-coordinate representation of color #48530A: hue angle of 69.04º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48530A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 10 -
CMYK 0.13 0 0.88 0.67
HSL 69.04º 0.78% 0.18% -
HSV(B) 69.04º 0.88% 0.33% -
XYZ 5.82 7.59 1.44 -
YUV 71.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 72 83 10 0.13 0 0.88 0.67 69.04 0.78 0.18
Hex 48 53 A D 0 58 43 45 4E 12
Octal 110 123 12 15 0 130 103 105 116 22
Binary 1001000 1010011 1010 1101 0 1011000 1000011 1000101 1001110 10010

Color Harmonies of #48530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48530A

Black with #48530A

Text Example


Text Example

White with #48530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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