Html Css Color HEX #4CB140 Fruit Salad

📋 copy color: '#4CB140'

red 76 ◦ green 177 ◦ blue 64

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

Shades of Fruit Salad #4CB140

Tints of Fruit Salad #4CB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.84%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 23.97%
G = 55.84%
B = 20.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#4CB140 (or 0x4CB140) is known color: Fruit Salad. HEX triplet: 4C, B1 and 40. RGB value is (76,177,64). Sum of RGB (Red+Green+Blue) = 76+177+64=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB140 is #B34EBF. Grayscale: #868686. Windows color (decimal): -11751104 or 4239692. OLE color: 4239692.

HSL color Cylindrical-coordinate representation of color #4CB140: hue angle of 113.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CB140 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 177 64 -
CMYK 0.57 0 0.64 0.31
HSL 113.63º 0.47% 0.47% -
HSV(B) 113.63º 0.64% 0.69% -
XYZ 19.63 33.35 10.25 -
YUV 133.92 88.54 86.69 -
System Red Green Blue C M Y K H S L
Decimal 76 177 64 0.57 0 0.64 0.31 113.63 0.47 0.47
Hex 4C B1 40 39 0 40 1F 72 2F 2F
Octal 114 261 100 71 0 100 37 162 57 57
Binary 1001100 10110001 1000000 111001 0 1000000 11111 1110010 101111 101111

Color Harmonies of #4CB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB140

Black with #4CB140

Text Example


Text Example

White with #4CB140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,177,64); }

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

background-color css

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

 a { background-color: rgb(76,177,64); }

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

border-color css

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

 span { border-color: rgb(76,177,64); }

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