Html Css Color HEX #4CB34A Fruit Salad

📋 copy color: '#4CB34A'

red 76 ◦ green 179 ◦ blue 74

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

Shades of Fruit Salad #4CB34A

Tints of Fruit Salad #4CB34A

RGB

 RED value IS 76 (30.08% from 255) = 23.1%

 GREEN value IS 179 (70.31% from 255) = 54.41%

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

R = 23.1%
G = 54.41%
B = 22.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#4CB34A (or 0x4CB34A) is known color: Fruit Salad. HEX triplet: 4C, B3 and 4A. RGB value is (76,179,74). Sum of RGB (Red+Green+Blue) = 76+179+74=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB34A is #B34CB5. Grayscale: #888888. Windows color (decimal): -11750582 or 4895564. OLE color: 4895564.

HSL color Cylindrical-coordinate representation of color #4CB34A: hue angle of 118.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB34A is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 74 -
CMYK 0.58 0 0.59 0.30
HSL 118.86º 0.42% 0.5% -
HSV(B) 118.86º 0.59% 0.7% -
XYZ 20.34 34.27 12.02 -
YUV 136.23 92.88 85.04 -
System Red Green Blue C M Y K H S L
Decimal 76 179 74 0.58 0 0.59 0.30 118.86 0.42 0.5
Hex 4C B3 4A 3A 0 3B 1E 77 2A 32
Octal 114 263 112 72 0 73 36 167 52 62
Binary 1001100 10110011 1001010 111010 0 111011 11110 1110111 101010 110010

Color Harmonies of #4CB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB34A

Black with #4CB34A

Text Example


Text Example

White with #4CB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,74); }

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

background-color css

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

 a { background-color: rgb(76,179,74); }

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

border-color css

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

 span { border-color: rgb(76,179,74); }

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