Html Css Color HEX #4F661C Green Leaf

📋 copy color: '#4F661C'

red 79 ◦ green 102 ◦ blue 28

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

Shades of Green Leaf #4F661C

Tints of Green Leaf #4F661C

RGB

 RED value IS 79 (31.25% from 255) = 37.8%

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 37.8%
G = 48.8%
B = 13.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#4F661C (or 0x4F661C) is known color: Green Leaf. HEX triplet: 4F, 66 and 1C. RGB value is (79,102,28). Sum of RGB (Red+Green+Blue) = 79+102+28=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #4F661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F661C is #B099E3. Grayscale: #565656. Windows color (decimal): -11573732 or 1861199. OLE color: 1861199.

HSL color Cylindrical-coordinate representation of color #4F661C: hue angle of 78.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F661C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 79 102 28 -
CMYK 0.23 0 0.73 0.6
HSL 78.65º 0.57% 0.25% -
HSV(B) 78.65º 0.73% 0.4% -
XYZ 8.19 11.25 2.84 -
YUV 86.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 79 102 28 0.23 0 0.73 0.6 78.65 0.57 0.25
Hex 4F 66 1C 17 0 49 3C 4F 39 19
Octal 117 146 34 27 0 111 74 117 71 31
Binary 1001111 1100110 11100 10111 0 1001001 111100 1001111 111001 11001

Color Harmonies of #4F661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F661C

Black with #4F661C

Text Example


Text Example

White with #4F661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F661C; }

 p { color: rgb(79,102,28); }

 H1.HeaderClassName
 {
   color: #4F661C;
 }
 .AnyTagClassName
 {
   color: #4F661C;
 }
</style>

background-color css

<style>
 a { background-color: #4F661C; }

 a { background-color: rgb(79,102,28); }

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

border-color css

<style>
 span { border-color: #4F661C; }

 span { border-color: rgb(79,102,28); }

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