Html Css Color HEX #48660F Verdun Green

📋 copy color: '#48660F'

red 72 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #48660F

Tints of Verdun Green #48660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 38.1%
G = 53.97%
B = 7.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#48660F (or 0x48660F) is known color: Verdun Green. HEX triplet: 48, 66 and 0F. RGB value is (72,102,15). Sum of RGB (Red+Green+Blue) = 72+102+15=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #48660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48660F is #B799F0. Grayscale: #535353. Windows color (decimal): -12032497 or 1009224. OLE color: 1009224.

HSL color Cylindrical-coordinate representation of color #48660F: hue angle of 80.69º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48660F is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 15 -
CMYK 0.29 0 0.85 0.6
HSL 80.69º 0.74% 0.23% -
HSV(B) 80.69º 0.85% 0.4% -
XYZ 7.51 10.91 2.16 -
YUV 83.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 72 102 15 0.29 0 0.85 0.6 80.69 0.74 0.23
Hex 48 66 F 1D 0 55 3C 51 4A 17
Octal 110 146 17 35 0 125 74 121 112 27
Binary 1001000 1100110 1111 11101 0 1010101 111100 1010001 1001010 10111

Color Harmonies of #48660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48660F

Black with #48660F

Text Example


Text Example

White with #48660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48660F; }

 p { color: rgb(72,102,15); }

 H1.HeaderClassName
 {
   color: #48660F;
 }
 .AnyTagClassName
 {
   color: #48660F;
 }
</style>

background-color css

<style>
 a { background-color: #48660F; }

 a { background-color: rgb(72,102,15); }

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

border-color css

<style>
 span { border-color: #48660F; }

 span { border-color: rgb(72,102,15); }

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