Html Css Color HEX #48630C Verdun Green

📋 copy color: '#48630C'

red 72 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #48630C

Tints of Verdun Green #48630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 39.34%
G = 54.1%
B = 6.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#48630C (or 0x48630C) is known color: Verdun Green. HEX triplet: 48, 63 and 0C. RGB value is (72,99,12). Sum of RGB (Red+Green+Blue) = 72+99+12=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #48630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48630C is #B79CF3. Grayscale: #515151. Windows color (decimal): -12033268 or 811848. OLE color: 811848.

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

Color convert

RGB 72 99 12 -
CMYK 0.27 0 0.88 0.61
HSL 78.62º 0.78% 0.22% -
HSV(B) 78.62º 0.88% 0.39% -
XYZ 7.2 10.33 1.96 -
YUV 81.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 72 99 12 0.27 0 0.88 0.61 78.62 0.78 0.22
Hex 48 63 C 1B 0 58 3D 4F 4E 16
Octal 110 143 14 33 0 130 75 117 116 26
Binary 1001000 1100011 1100 11011 0 1011000 111101 1001111 1001110 10110

Color Harmonies of #48630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48630C

Black with #48630C

Text Example


Text Example

White with #48630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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