#428538

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

Shades of La Palma #428538

Tints of La Palma #428538

Color information

#428538 (or 0x428538) is unknown color: approx La Palma. HEX triplet: 42, 85 and 38. RGB value is (66,133,56). Sum of RGB (Red+Green+Blue) = 66+133+56=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #428538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428538 is #BD7AC7. Grayscale: #686868. Windows color (decimal): -12417736 or 3704130. OLE color: 3704130.

HSL color Cylindrical-coordinate representation of color #428538: hue angle of 112.21º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #428538 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB6613356-
CMYK0.5000.580.48
HSL112.21º40.74%37.06%-
HSV(B)112.21º57.89%52.16%-
XYZ11.3518.226.66-
YUV104.19100.8100.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=25.88%
G=52.16%
B=21.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133560.5000.580.48112.2140.7437.06
Hex4285383203A30702925
Octal1022057062072601605145
Binary10000101000010111100011001001110101100001110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428538; }

 p { color: rgb(66,133,56); }

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

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

 a { background-color: rgb(66,133,56); }

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

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

 span { border-color: rgb(66,133,56); }

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