Html Css Color HEX #48681A Green Leaf

📋 copy color: '#48681A'

red 72 ◦ green 104 ◦ blue 26

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

Shades of Green Leaf #48681A

Tints of Green Leaf #48681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 35.64%
G = 51.49%
B = 12.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#48681A (or 0x48681A) is known color: Green Leaf. HEX triplet: 48, 68 and 1A. RGB value is (72,104,26). Sum of RGB (Red+Green+Blue) = 72+104+26=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #48681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48681A is #B797E5. Grayscale: #555555. Windows color (decimal): -12031974 or 1730632. OLE color: 1730632.

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

Color convert

RGB 72 104 26 -
CMYK 0.31 0 0.75 0.59
HSL 84.62º 0.6% 0.25% -
HSV(B) 84.62º 0.75% 0.41% -
XYZ 7.81 11.35 2.76 -
YUV 85.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 72 104 26 0.31 0 0.75 0.59 84.62 0.6 0.25
Hex 48 68 1A 1F 0 4B 3B 55 3C 19
Octal 110 150 32 37 0 113 73 125 74 31
Binary 1001000 1101000 11010 11111 0 1001011 111011 1010101 111100 11001

Color Harmonies of #48681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48681A

Black with #48681A

Text Example


Text Example

White with #48681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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