Html Css Color HEX #48690C Verdun Green

📋 copy color: '#48690C'

red 72 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #48690C

Tints of Verdun Green #48690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.56%

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

R = 38.1%
G = 55.56%
B = 6.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#48690C (or 0x48690C) is known color: Verdun Green. HEX triplet: 48, 69 and 0C. RGB value is (72,105,12). Sum of RGB (Red+Green+Blue) = 72+105+12=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #48690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48690C is #B796F3. Grayscale: #545454. Windows color (decimal): -12031732 or 813384. OLE color: 813384.

HSL color Cylindrical-coordinate representation of color #48690C: hue angle of 81.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48690C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 12 -
CMYK 0.31 0 0.89 0.59
HSL 81.29º 0.79% 0.23% -
HSV(B) 81.29º 0.89% 0.41% -
XYZ 7.79 11.51 2.16 -
YUV 84.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 72 105 12 0.31 0 0.89 0.59 81.29 0.79 0.23
Hex 48 69 C 1F 0 59 3B 51 4F 17
Octal 110 151 14 37 0 131 73 121 117 27
Binary 1001000 1101001 1100 11111 0 1011001 111011 1010001 1001111 10111

Color Harmonies of #48690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48690C

Black with #48690C

Text Example


Text Example

White with #48690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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