Html Css Color HEX #4CAC42 Fruit Salad

📋 copy color: '#4CAC42'

red 76 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #4CAC42

Tints of Fruit Salad #4CAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

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

R = 24.2%
G = 54.78%
B = 21.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#4CAC42 (or 0x4CAC42) is known color: Fruit Salad. HEX triplet: 4C, AC and 42. RGB value is (76,172,66). Sum of RGB (Red+Green+Blue) = 76+172+66=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC42 is #B353BD. Grayscale: #838383. Windows color (decimal): -11752382 or 4369484. OLE color: 4369484.

HSL color Cylindrical-coordinate representation of color #4CAC42: hue angle of 114.34º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CAC42 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 172 66 -
CMYK 0.56 0 0.62 0.33
HSL 114.34º 0.45% 0.47% -
HSV(B) 114.34º 0.62% 0.67% -
XYZ 18.72 31.43 10.24 -
YUV 131.21 91.2 88.62 -
System Red Green Blue C M Y K H S L
Decimal 76 172 66 0.56 0 0.62 0.33 114.34 0.45 0.47
Hex 4C AC 42 38 0 3E 21 72 2D 2F
Octal 114 254 102 70 0 76 41 162 55 57
Binary 1001100 10101100 1000010 111000 0 111110 100001 1110010 101101 101111

Color Harmonies of #4CAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC42

Black with #4CAC42

Text Example


Text Example

White with #4CAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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