#468925

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

Shades of La Palma #468925

Tints of La Palma #468925

Color information

#468925 (or 0x468925) is unknown color: approx La Palma. HEX triplet: 46, 89 and 25. RGB value is (70,137,37). Sum of RGB (Red+Green+Blue) = 70+137+37=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #468925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468925 is #B976DA. Grayscale: #696969. Windows color (decimal): -12154587 or 2459974. OLE color: 2459974.

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

Color convert

RGB7013737-
CMYK0.4900.730.46
HSL100.2º57.47%34.12%-
HSV(B)100.2º72.99%53.73%-
XYZ11.8119.334.86-
YUV105.5789.3102.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=28.69%
G=56.15%
B=15.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137370.4900.730.46100.257.4734.12
Hex468925310492E643922
Octal10621145610111561447142
Binary100011010001001100101110001010010011011101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468925; }

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

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

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

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

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

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

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

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