Html Css Color HEX #48640C Verdun Green

📋 copy color: '#48640C'

red 72 ◦ green 100 ◦ blue 12

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

Shades of Verdun Green #48640C

Tints of Verdun Green #48640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.35%

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

R = 39.13%
G = 54.35%
B = 6.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#48640C (or 0x48640C) is known color: Verdun Green. HEX triplet: 48, 64 and 0C. RGB value is (72,100,12). Sum of RGB (Red+Green+Blue) = 72+100+12=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #48640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48640C is #B79BF3. Grayscale: #515151. Windows color (decimal): -12033012 or 812104. OLE color: 812104.

HSL color Cylindrical-coordinate representation of color #48640C: hue angle of 79.09º degrees, saturation: 0.79, 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 #48640C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 12 -
CMYK 0.28 0 0.88 0.61
HSL 79.09º 0.79% 0.22% -
HSV(B) 79.09º 0.88% 0.39% -
XYZ 7.3 10.52 1.99 -
YUV 81.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 72 100 12 0.28 0 0.88 0.61 79.09 0.79 0.22
Hex 48 64 C 1C 0 58 3D 4F 4F 16
Octal 110 144 14 34 0 130 75 117 117 26
Binary 1001000 1100100 1100 11100 0 1011000 111101 1001111 1001111 10110

Color Harmonies of #48640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48640C

Black with #48640C

Text Example


Text Example

White with #48640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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