#4CB041

Color #4CB041 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4CB041

Tints of Fruit Salad #4CB041

Color information

#4CB041 (or 0x4CB041) is unknown color: approx Fruit Salad. HEX triplet: 4C, B0 and 41. RGB value is (76,176,65). Sum of RGB (Red+Green+Blue) = 76+176+65=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB041 is #B34FBE. Grayscale: #858585. Windows color (decimal): -11751359 or 4304972. OLE color: 4304972.

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

Color convert

RGB7617665-
CMYK0.5700.630.31
HSL114.05º46.06%47.25%-
HSV(B)114.05º63.07%69.02%-
XYZ19.4632.9710.34-
YUV133.4589.3787.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 176 (69.14% from 255) = 55.52%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=23.97%
G=55.52%
B=20.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76176650.5700.630.31114.0546.0647.25
Hex4CB0413903F1F722e2f
Octal11426010171077371625657
Binary10011001011000010000011110010111111111111110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,65); }

 H1.HeaderClassName
 {
   color: #4CB041;
 }
 .AnyTagClassName
 {
   color: #4CB041;
 }
</style>
background-color css

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

 a { background-color: rgb(76,176,65); }

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

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

 span { border-color: rgb(76,176,65); }

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