Html Css Color HEX #486C1B Green Leaf

📋 copy color: '#486C1B'

red 72 ◦ green 108 ◦ blue 27

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

Shades of Green Leaf #486C1B

Tints of Green Leaf #486C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

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

R = 34.78%
G = 52.17%
B = 13.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#486C1B (or 0x486C1B) is known color: Green Leaf. HEX triplet: 48, 6C and 1B. RGB value is (72,108,27). Sum of RGB (Red+Green+Blue) = 72+108+27=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #486C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C1B is #B793E4. Grayscale: #585858. Windows color (decimal): -12030949 or 1797192. OLE color: 1797192.

HSL color Cylindrical-coordinate representation of color #486C1B: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #486C1B is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 27 -
CMYK 0.33 0 0.75 0.58
HSL 86.67º 0.6% 0.26% -
HSV(B) 86.67º 0.75% 0.42% -
XYZ 8.23 12.18 2.95 -
YUV 88 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 72 108 27 0.33 0 0.75 0.58 86.67 0.6 0.26
Hex 48 6C 1B 21 0 4B 3A 57 3C 1A
Octal 110 154 33 41 0 113 72 127 74 32
Binary 1001000 1101100 11011 100001 0 1001011 111010 1010111 111100 11010

Color Harmonies of #486C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C1B

Black with #486C1B

Text Example


Text Example

White with #486C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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