Html Css Color HEX #48691E Green Leaf

📋 copy color: '#48691E'

red 72 ◦ green 105 ◦ blue 30

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

Shades of Green Leaf #48691E

Tints of Green Leaf #48691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.72%

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

R = 34.78%
G = 50.72%
B = 14.49%

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

#48691E (or 0x48691E) is known color: Green Leaf. HEX triplet: 48, 69 and 1E. RGB value is (72,105,30). Sum of RGB (Red+Green+Blue) = 72+105+30=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #48691E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48691E is #B796E1. Grayscale: #565656. Windows color (decimal): -12031714 or 1993032. OLE color: 1993032.

HSL color Cylindrical-coordinate representation of color #48691E: hue angle of 86.4º degrees, saturation: 0.56, 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 #48691E is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 30 -
CMYK 0.31 0 0.71 0.59
HSL 86.4º 0.56% 0.26% -
HSV(B) 86.4º 0.71% 0.41% -
XYZ 7.96 11.57 3.04 -
YUV 86.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 72 105 30 0.31 0 0.71 0.59 86.4 0.56 0.26
Hex 48 69 1E 1F 0 47 3B 56 38 1A
Octal 110 151 36 37 0 107 73 126 70 32
Binary 1001000 1101001 11110 11111 0 1000111 111011 1010110 111000 11010

Color Harmonies of #48691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48691E

Black with #48691E

Text Example


Text Example

White with #48691E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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