#428B37

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

Shades of La Palma #428B37

Tints of La Palma #428B37

Color information

#428B37 (or 0x428B37) is unknown color: approx La Palma. HEX triplet: 42, 8B and 37. RGB value is (66,139,55). Sum of RGB (Red+Green+Blue) = 66+139+55=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #428B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B37 is #BD74C8. Grayscale: #6B6B6B. Windows color (decimal): -12416201 or 3640130. OLE color: 3640130.

HSL color Cylindrical-coordinate representation of color #428B37: hue angle of 112.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428B37 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB6613955-
CMYK0.5300.600.45
HSL112.14º43.3%38.04%-
HSV(B)112.14º60.43%54.51%-
XYZ12.1719.96.81-
YUV107.698.3298.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 139 (54.69% from 255) = 53.46%
BLUE value IS 55 (21.88% from 255) = 21.15%
R=25.38%
G=53.46%
B=21.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139550.5300.600.45112.1443.338.04
Hex428B373503C2D702b26
Octal1022136765074551605346
Binary10000101000101111011111010101111001011011110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B37; }

 p { color: rgb(66,139,55); }

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

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

 a { background-color: rgb(66,139,55); }

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

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

 span { border-color: rgb(66,139,55); }

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