Html Css Color HEX #48630D Verdun Green

📋 copy color: '#48630D'

red 72 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #48630D

Tints of Verdun Green #48630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.8%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 39.13%
G = 53.8%
B = 7.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#48630D (or 0x48630D) is known color: Verdun Green. HEX triplet: 48, 63 and 0D. RGB value is (72,99,13). Sum of RGB (Red+Green+Blue) = 72+99+13=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #48630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48630D is #B79CF2. Grayscale: #515151. Windows color (decimal): -12033267 or 877384. OLE color: 877384.

HSL color Cylindrical-coordinate representation of color #48630D: hue angle of 78.84º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48630D is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 13 -
CMYK 0.27 0 0.87 0.61
HSL 78.84º 0.77% 0.22% -
HSV(B) 78.84º 0.87% 0.39% -
XYZ 7.21 10.33 1.99 -
YUV 81.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 72 99 13 0.27 0 0.87 0.61 78.84 0.77 0.22
Hex 48 63 D 1B 0 57 3D 4F 4D 16
Octal 110 143 15 33 0 127 75 117 115 26
Binary 1001000 1100011 1101 11011 0 1010111 111101 1001111 1001101 10110

Color Harmonies of #48630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48630D

Black with #48630D

Text Example


Text Example

White with #48630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48630D; }

 p { color: rgb(72,99,13); }

 H1.HeaderClassName
 {
   color: #48630D;
 }
 .AnyTagClassName
 {
   color: #48630D;
 }
</style>

background-color css

<style>
 a { background-color: #48630D; }

 a { background-color: rgb(72,99,13); }

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

border-color css

<style>
 span { border-color: #48630D; }

 span { border-color: rgb(72,99,13); }

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