#469025

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

Shades of La Palma #469025

Tints of La Palma #469025

Color information

#469025 (or 0x469025) is unknown color: approx La Palma. HEX triplet: 46, 90 and 25. RGB value is (70,144,37). Sum of RGB (Red+Green+Blue) = 70+144+37=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #469025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469025 is #B96FDA. Grayscale: #6E6E6E. Windows color (decimal): -12152795 or 2461766. OLE color: 2461766.

HSL color Cylindrical-coordinate representation of color #469025: hue angle of 101.5º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #469025 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB7014437-
CMYK0.5100.740.44
HSL101.5º59.12%35.49%-
HSV(B)101.5º74.31%56.47%-
XYZ12.8321.385.2-
YUV109.6886.9899.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 144 (56.64% from 255) = 57.37%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=27.89%
G=57.37%
B=14.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144370.5100.740.44101.559.1235.49
Hex4690253304A2C653b23
Octal10622045630112541457343
Binary100011010010000100101110011010010101011001100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469025; }

 p { color: rgb(70,144,37); }

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

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

 a { background-color: rgb(70,144,37); }

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

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

 span { border-color: rgb(70,144,37); }

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