#428721

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

Shades of La Palma #428721

Tints of La Palma #428721

Color information

#428721 (or 0x428721) is unknown color: approx La Palma. HEX triplet: 42, 87 and 21. RGB value is (66,135,33). Sum of RGB (Red+Green+Blue) = 66+135+33=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #428721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428721 is #BD78DE. Grayscale: #676767. Windows color (decimal): -12417247 or 2197314. OLE color: 2197314.

HSL color Cylindrical-coordinate representation of color #428721: hue angle of 100.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #428721 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB6613533-
CMYK0.5100.760.47
HSL100.59º60.71%32.94%-
HSV(B)100.59º75.56%52.94%-
XYZ11.1918.64.44-
YUV102.7488.64101.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 33 (13.28% from 255) = 14.10%
R=28.21%
G=57.69%
B=14.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135330.5100.760.47100.5960.7132.94
Hex4287213304C2F653d21
Octal10220741630114571457541
Binary100001010000111100001110011010011001011111100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428721; }

 p { color: rgb(66,135,33); }

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

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

 a { background-color: rgb(66,135,33); }

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

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

 span { border-color: rgb(66,135,33); }

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