#469525

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

Shades of La Palma #469525

Tints of La Palma #469525

Color information

#469525 (or 0x469525) is unknown color: approx La Palma. HEX triplet: 46, 95 and 25. RGB value is (70,149,37). Sum of RGB (Red+Green+Blue) = 70+149+37=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #469525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469525 is #B96ADA. Grayscale: #707070. Windows color (decimal): -12151515 or 2463046. OLE color: 2463046.

HSL color Cylindrical-coordinate representation of color #469525: hue angle of 102.32º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #469525 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB7014937-
CMYK0.5300.750.42
HSL102.32º60.22%36.47%-
HSV(B)102.32º75.17%58.43%-
XYZ13.6122.935.46-
YUV112.6185.3397.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=27.34%
G=58.20%
B=14.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149370.5300.750.42102.3260.2236.47
Hex4695253504B2A663c24
Octal10622545650113521467444
Binary100011010010101100101110101010010111010101100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469525; }

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

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

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

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

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

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

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

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