#469825

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

Shades of La Palma #469825

Tints of La Palma #469825

Color information

#469825 (or 0x469825) is unknown color: approx La Palma. HEX triplet: 46, 98 and 25. RGB value is (70,152,37). Sum of RGB (Red+Green+Blue) = 70+152+37=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #469825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469825 is #B967DA. Grayscale: #727272. Windows color (decimal): -12150747 or 2463814. OLE color: 2463814.

HSL color Cylindrical-coordinate representation of color #469825: hue angle of 102.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #469825 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB7015237-
CMYK0.5400.760.40
HSL102.78º60.85%37.06%-
HSV(B)102.78º75.66%59.61%-
XYZ14.0923.895.62-
YUV114.3784.3396.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=27.03%
G=58.69%
B=14.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152370.5400.760.40102.7860.8537.06
Hex4698253604C28673d25
Octal10623045660114501477545
Binary100011010011000100101110110010011001010001100111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469825; }

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

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

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

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

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

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

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

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