Html Css Color HEX #48681E Green Leaf

📋 copy color: '#48681E'

red 72 ◦ green 104 ◦ blue 30

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

Shades of Green Leaf #48681E

Tints of Green Leaf #48681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 34.95%
G = 50.49%
B = 14.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#48681E (or 0x48681E) is known color: Green Leaf. HEX triplet: 48, 68 and 1E. RGB value is (72,104,30). Sum of RGB (Red+Green+Blue) = 72+104+30=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #48681E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48681E is #B797E1. Grayscale: #565656. Windows color (decimal): -12031970 or 1992776. OLE color: 1992776.

HSL color Cylindrical-coordinate representation of color #48681E: hue angle of 85.95º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48681E is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 30 -
CMYK 0.31 0 0.71 0.59
HSL 85.95º 0.55% 0.26% -
HSV(B) 85.95º 0.71% 0.41% -
XYZ 7.86 11.37 3.01 -
YUV 86 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 72 104 30 0.31 0 0.71 0.59 85.95 0.55 0.26
Hex 48 68 1E 1F 0 47 3B 56 37 1A
Octal 110 150 36 37 0 107 73 126 67 32
Binary 1001000 1101000 11110 11111 0 1000111 111011 1010110 110111 11010

Color Harmonies of #48681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48681E

Black with #48681E

Text Example


Text Example

White with #48681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48681E; }

 p { color: rgb(72,104,30); }

 H1.HeaderClassName
 {
   color: #48681E;
 }
 .AnyTagClassName
 {
   color: #48681E;
 }
</style>

background-color css

<style>
 a { background-color: #48681E; }

 a { background-color: rgb(72,104,30); }

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

border-color css

<style>
 span { border-color: #48681E; }

 span { border-color: rgb(72,104,30); }

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