Html Css Color HEX #48661F Green Leaf

📋 copy color: '#48661F'

red 72 ◦ green 102 ◦ blue 31

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

Shades of Green Leaf #48661F

Tints of Green Leaf #48661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 35.12%
G = 49.76%
B = 15.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#48661F (or 0x48661F) is known color: Green Leaf. HEX triplet: 48, 66 and 1F. RGB value is (72,102,31). Sum of RGB (Red+Green+Blue) = 72+102+31=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #48661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48661F is #B799E0. Grayscale: #555555. Windows color (decimal): -12032481 or 2057800. OLE color: 2057800.

HSL color Cylindrical-coordinate representation of color #48661F: hue angle of 85.35º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48661F is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 31 -
CMYK 0.29 0 0.70 0.6
HSL 85.35º 0.53% 0.26% -
HSV(B) 85.35º 0.7% 0.4% -
XYZ 7.67 10.98 3.01 -
YUV 84.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 72 102 31 0.29 0 0.70 0.6 85.35 0.53 0.26
Hex 48 66 1F 1D 0 46 3C 55 35 1A
Octal 110 146 37 35 0 106 74 125 65 32
Binary 1001000 1100110 11111 11101 0 1000110 111100 1010101 110101 11010

Color Harmonies of #48661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48661F

Black with #48661F

Text Example


Text Example

White with #48661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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