Html Css Color HEX #48620F Verdun Green

📋 copy color: '#48620F'

red 72 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #48620F

Tints of Verdun Green #48620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 38.92%
G = 52.97%
B = 8.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#48620F (or 0x48620F) is known color: Verdun Green. HEX triplet: 48, 62 and 0F. RGB value is (72,98,15). Sum of RGB (Red+Green+Blue) = 72+98+15=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #48620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48620F is #B79DF0. Grayscale: #515151. Windows color (decimal): -12033521 or 1008200. OLE color: 1008200.

HSL color Cylindrical-coordinate representation of color #48620F: hue angle of 78.8º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48620F is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 15 -
CMYK 0.27 0 0.85 0.62
HSL 78.8º 0.73% 0.22% -
HSV(B) 78.8º 0.85% 0.38% -
XYZ 7.13 10.15 2.04 -
YUV 80.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 72 98 15 0.27 0 0.85 0.62 78.8 0.73 0.22
Hex 48 62 F 1B 0 55 3E 4F 49 16
Octal 110 142 17 33 0 125 76 117 111 26
Binary 1001000 1100010 1111 11011 0 1010101 111110 1001111 1001001 10110

Color Harmonies of #48620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48620F

Black with #48620F

Text Example


Text Example

White with #48620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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