#428625

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

Shades of La Palma #428625

Tints of La Palma #428625

Color information

#428625 (or 0x428625) is unknown color: approx La Palma. HEX triplet: 42, 86 and 25. RGB value is (66,134,37). Sum of RGB (Red+Green+Blue) = 66+134+37=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #428625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428625 is #BD79DA. Grayscale: #666666. Windows color (decimal): -12417499 or 2459202. OLE color: 2459202.

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

Color convert

RGB6613437-
CMYK0.5100.720.47
HSL102.06º56.73%33.53%-
HSV(B)102.06º72.39%52.55%-
XYZ11.1118.344.71-
YUV102.6190.97101.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=27.85%
G=56.54%
B=15.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134370.5100.720.47102.0656.7333.53
Hex428625330482F663922
Octal10220645630110571467142
Binary100001010000110100101110011010010001011111100110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428625; }

 p { color: rgb(66,134,37); }

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

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

 a { background-color: rgb(66,134,37); }

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

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

 span { border-color: rgb(66,134,37); }

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