Html Css Color HEX #486E1B Green Leaf

📋 copy color: '#486E1B'

red 72 ◦ green 110 ◦ blue 27

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

Shades of Green Leaf #486E1B

Tints of Green Leaf #486E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.63%

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

R = 34.45%
G = 52.63%
B = 12.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#486E1B (or 0x486E1B) is known color: Green Leaf. HEX triplet: 48, 6E and 1B. RGB value is (72,110,27). Sum of RGB (Red+Green+Blue) = 72+110+27=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #486E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E1B is #B791E4. Grayscale: #595959. Windows color (decimal): -12030437 or 1797704. OLE color: 1797704.

HSL color Cylindrical-coordinate representation of color #486E1B: hue angle of 87.47º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #486E1B is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 27 -
CMYK 0.35 0 0.75 0.57
HSL 87.47º 0.61% 0.27% -
HSV(B) 87.47º 0.75% 0.43% -
XYZ 8.45 12.61 3.03 -
YUV 89.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 72 110 27 0.35 0 0.75 0.57 87.47 0.61 0.27
Hex 48 6E 1B 23 0 4B 39 57 3D 1B
Octal 110 156 33 43 0 113 71 127 75 33
Binary 1001000 1101110 11011 100011 0 1001011 111001 1010111 111101 11011

Color Harmonies of #486E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E1B

Black with #486E1B

Text Example


Text Example

White with #486E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E1B; }

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

 H1.HeaderClassName
 {
   color: #486E1B;
 }
 .AnyTagClassName
 {
   color: #486E1B;
 }
</style>

background-color css

<style>
 a { background-color: #486E1B; }

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

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

border-color css

<style>
 span { border-color: #486E1B; }

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

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