Html Css Color HEX #4B8D4F Fruit Salad

📋 copy color: '#4B8D4F'

red 75 ◦ green 141 ◦ blue 79

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

Shades of Fruit Salad #4B8D4F

Tints of Fruit Salad #4B8D4F

RGB

 RED value IS 75 (29.69% from 255) = 25.42%

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 25.42%
G = 47.8%
B = 26.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#4B8D4F (or 0x4B8D4F) is known color: Fruit Salad. HEX triplet: 4B, 8D and 4F. RGB value is (75,141,79). Sum of RGB (Red+Green+Blue) = 75+141+79=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D4F is #B472B0. Grayscale: #727272. Windows color (decimal): -11825841 or 5213515. OLE color: 5213515.

HSL color Cylindrical-coordinate representation of color #4B8D4F: hue angle of 123.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D4F is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 141 79 -
CMYK 0.47 0 0.44 0.45
HSL 123.64º 0.31% 0.42% -
HSV(B) 123.64º 0.47% 0.55% -
XYZ 13.84 21.11 10.74 -
YUV 114.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 75 141 79 0.47 0 0.44 0.45 123.64 0.31 0.42
Hex 4B 8D 4F 2F 0 2C 2D 7C 1F 2A
Octal 113 215 117 57 0 54 55 174 37 52
Binary 1001011 10001101 1001111 101111 0 101100 101101 1111100 11111 101010

Color Harmonies of #4B8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8D4F

Black with #4B8D4F

Text Example


Text Example

White with #4B8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,141,79); }

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

background-color css

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

 a { background-color: rgb(75,141,79); }

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

border-color css

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

 span { border-color: rgb(75,141,79); }

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