Html Css Color HEX #4B974A Fruit Salad

📋 copy color: '#4B974A'

red 75 ◦ green 151 ◦ blue 74

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

Shades of Fruit Salad #4B974A

Tints of Fruit Salad #4B974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.33%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 25%
G = 50.33%
B = 24.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#4B974A (or 0x4B974A) is known color: Fruit Salad. HEX triplet: 4B, 97 and 4A. RGB value is (75,151,74). Sum of RGB (Red+Green+Blue) = 75+151+74=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #4B974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B974A is #B468B5. Grayscale: #777777. Windows color (decimal): -11823286 or 4888395. OLE color: 4888395.

HSL color Cylindrical-coordinate representation of color #4B974A: hue angle of 119.22º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B974A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 151 74 -
CMYK 0.50 0 0.51 0.41
HSL 119.22º 0.34% 0.44% -
HSV(B) 119.22º 0.51% 0.59% -
XYZ 15.2 24.12 10.33 -
YUV 119.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 75 151 74 0.50 0 0.51 0.41 119.22 0.34 0.44
Hex 4B 97 4A 32 0 33 29 77 22 2C
Octal 113 227 112 62 0 63 51 167 42 54
Binary 1001011 10010111 1001010 110010 0 110011 101001 1110111 100010 101100

Color Harmonies of #4B974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B974A

Black with #4B974A

Text Example


Text Example

White with #4B974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,151,74); }

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

background-color css

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

 a { background-color: rgb(75,151,74); }

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

border-color css

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

 span { border-color: rgb(75,151,74); }

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