Html Css Color HEX #48530F Verdun Green

📋 copy color: '#48530F'

red 72 ◦ green 83 ◦ blue 15

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

Shades of Verdun Green #48530F

Tints of Verdun Green #48530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 42.35%
G = 48.82%
B = 8.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#48530F (or 0x48530F) is known color: Verdun Green. HEX triplet: 48, 53 and 0F. RGB value is (72,83,15). Sum of RGB (Red+Green+Blue) = 72+83+15=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #48530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530F is #B7ACF0. Grayscale: #484848. Windows color (decimal): -12037361 or 1004360. OLE color: 1004360.

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

Color convert

RGB 72 83 15 -
CMYK 0.13 0 0.82 0.67
HSL 69.71º 0.69% 0.19% -
HSV(B) 69.71º 0.82% 0.33% -
XYZ 5.85 7.6 1.61 -
YUV 71.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 72 83 15 0.13 0 0.82 0.67 69.71 0.69 0.19
Hex 48 53 F D 0 52 43 46 45 13
Octal 110 123 17 15 0 122 103 106 105 23
Binary 1001000 1010011 1111 1101 0 1010010 1000011 1000110 1000101 10011

Color Harmonies of #48530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48530F

Black with #48530F

Text Example


Text Example

White with #48530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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