Html Css Color HEX #48661B Green Leaf

📋 copy color: '#48661B'

red 72 ◦ green 102 ◦ blue 27

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

Shades of Green Leaf #48661B

Tints of Green Leaf #48661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 35.82%
G = 50.75%
B = 13.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#48661B (or 0x48661B) is known color: Green Leaf. HEX triplet: 48, 66 and 1B. RGB value is (72,102,27). Sum of RGB (Red+Green+Blue) = 72+102+27=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #48661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48661B is #B799E4. Grayscale: #545454. Windows color (decimal): -12032485 or 1795656. OLE color: 1795656.

HSL color Cylindrical-coordinate representation of color #48661B: hue angle of 84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48661B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 27 -
CMYK 0.29 0 0.74 0.6
HSL 84º 0.58% 0.25% -
HSV(B) 84º 0.74% 0.4% -
XYZ 7.62 10.96 2.75 -
YUV 84.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 72 102 27 0.29 0 0.74 0.6 84 0.58 0.25
Hex 48 66 1B 1D 0 4A 3C 54 3A 19
Octal 110 146 33 35 0 112 74 124 72 31
Binary 1001000 1100110 11011 11101 0 1001010 111100 1010100 111010 11001

Color Harmonies of #48661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48661B

Black with #48661B

Text Example


Text Example

White with #48661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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