#4CA228

Color #4CA228 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4CA228

Tints of La Palma #4CA228

Color information

#4CA228 (or 0x4CA228) is unknown color: approx La Palma. HEX triplet: 4C, A2 and 28. RGB value is (76,162,40). Sum of RGB (Red+Green+Blue) = 76+162+40=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA228 is #B35DD7. Grayscale: #7A7A7A. Windows color (decimal): -11754968 or 2662988. OLE color: 2662988.

HSL color Cylindrical-coordinate representation of color #4CA228: hue angle of 102.3º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CA228 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB7616240-
CMYK0.5300.750.36
HSL102.3º60.4%39.61%-
HSV(B)102.3º75.31%63.53%-
XYZ16.2827.536.46-
YUV122.3881.5194.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=27.34%
G=58.27%
B=14.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76162400.5300.750.36102.360.439.61
Hex4CA2283504B24663c28
Octal11424250650113441467450
Binary100110010100010101000110101010010111001001100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,40); }

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

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

 a { background-color: rgb(76,162,40); }

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

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

 span { border-color: rgb(76,162,40); }

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