Html Css Color HEX #48600C Verdun Green

📋 copy color: '#48600C'

red 72 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #48600C

Tints of Verdun Green #48600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 40%
G = 53.33%
B = 6.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#48600C (or 0x48600C) is known color: Verdun Green. HEX triplet: 48, 60 and 0C. RGB value is (72,96,12). Sum of RGB (Red+Green+Blue) = 72+96+12=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #48600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48600C is #B79FF3. Grayscale: #4F4F4F. Windows color (decimal): -12034036 or 811080. OLE color: 811080.

HSL color Cylindrical-coordinate representation of color #48600C: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48600C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 12 -
CMYK 0.25 0 0.88 0.62
HSL 77.14º 0.78% 0.21% -
HSV(B) 77.14º 0.88% 0.38% -
XYZ 6.92 9.77 1.87 -
YUV 79.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 72 96 12 0.25 0 0.88 0.62 77.14 0.78 0.21
Hex 48 60 C 19 0 58 3E 4D 4E 15
Octal 110 140 14 31 0 130 76 115 116 25
Binary 1001000 1100000 1100 11001 0 1011000 111110 1001101 1001110 10101

Color Harmonies of #48600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48600C

Black with #48600C

Text Example


Text Example

White with #48600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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