#48631F

Color #48631F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #48631F

Tints of Green Leaf #48631F

Color information

#48631F (or 0x48631F) is unknown color: approx Green Leaf. HEX triplet: 48, 63 and 1F. RGB value is (72,99,31). Sum of RGB (Red+Green+Blue) = 72+99+31=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #48631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48631F is #B79CE0. Grayscale: #535353. Windows color (decimal): -12033249 or 2057032. OLE color: 2057032.

HSL color Cylindrical-coordinate representation of color #48631F: hue angle of 83.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48631F is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB729931-
CMYK0.2700.690.61
HSL83.82º52.31%25.49%-
HSV(B)83.82º68.69%38.82%-
XYZ7.3810.42.91-
YUV83.1898.55120.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=35.64%
G=49.01%
B=15.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299310.2700.690.6183.8252.3125.49
Hex48631F1B0453D543419
Octal11014337330105751246431
Binary10010001100011111111101101000101111101101010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48631F;
 }
 .AnyTagClassName
 {
   color: #48631F;
 }
</style>
background-color css

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

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

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

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

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

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