Html Css Color HEX #4C9442 Fruit Salad

📋 copy color: '#4C9442'

red 76 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #4C9442

Tints of Fruit Salad #4C9442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 26.21%
G = 51.03%
B = 22.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#4C9442 (or 0x4C9442) is known color: Fruit Salad. HEX triplet: 4C, 94 and 42. RGB value is (76,148,66). Sum of RGB (Red+Green+Blue) = 76+148+66=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9442 is #B36BBD. Grayscale: #757575. Windows color (decimal): -11758526 or 4363340. OLE color: 4363340.

HSL color Cylindrical-coordinate representation of color #4C9442: hue angle of 112.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C9442 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 148 66 -
CMYK 0.49 0 0.55 0.42
HSL 112.68º 0.38% 0.42% -
HSV(B) 112.68º 0.55% 0.58% -
XYZ 14.55 23.11 8.85 -
YUV 117.12 99.15 98.67 -
System Red Green Blue C M Y K H S L
Decimal 76 148 66 0.49 0 0.55 0.42 112.68 0.38 0.42
Hex 4C 94 42 31 0 37 2A 71 26 2A
Octal 114 224 102 61 0 67 52 161 46 52
Binary 1001100 10010100 1000010 110001 0 110111 101010 1110001 100110 101010

Color Harmonies of #4C9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9442

Black with #4C9442

Text Example


Text Example

White with #4C9442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,148,66); }

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

background-color css

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

 a { background-color: rgb(76,148,66); }

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

border-color css

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

 span { border-color: rgb(76,148,66); }

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