#468825

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

Shades of La Palma #468825

Tints of La Palma #468825

Color information

#468825 (or 0x468825) is unknown color: approx La Palma. HEX triplet: 46, 88 and 25. RGB value is (70,136,37). Sum of RGB (Red+Green+Blue) = 70+136+37=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #468825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468825 is #B977DA. Grayscale: #696969. Windows color (decimal): -12154843 or 2459718. OLE color: 2459718.

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

Color convert

RGB7013637-
CMYK0.4900.730.47
HSL100º57.23%33.92%-
HSV(B)100º72.79%53.33%-
XYZ11.6619.044.81-
YUV104.9889.63103.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 136 (53.52% from 255) = 55.97%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=28.81%
G=55.97%
B=15.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136370.4900.730.4710057.2333.92
Hex468825310492F643922
Octal10621045610111571447142
Binary100011010001000100101110001010010011011111100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468825; }

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

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

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

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

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

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

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

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