#469612

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

Shades of La Palma #469612

Tints of La Palma #469612

Color information

#469612 (or 0x469612) is unknown color: approx La Palma. HEX triplet: 46, 96 and 12. RGB value is (70,150,18). Sum of RGB (Red+Green+Blue) = 70+150+18=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #469612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469612 is #B969ED. Grayscale: #6F6F6F. Windows color (decimal): -12151278 or 1218118. OLE color: 1218118.

HSL color Cylindrical-coordinate representation of color #469612: hue angle of 96.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #469612 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB7015018-
CMYK0.5300.880.41
HSL96.36º78.57%32.94%-
HSV(B)96.36º88%58.82%-
XYZ13.5423.164.33-
YUV111.0375.598.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 150 (58.98% from 255) = 63.03%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=29.41%
G=63.03%
B=7.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150180.5300.880.4196.3678.5732.94
Hex4696123505829604f21
Octal106226226501305114011741
Binary100011010010110100101101010101100010100111000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469612; }

 p { color: rgb(70,150,18); }

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

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

 a { background-color: rgb(70,150,18); }

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

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

 span { border-color: rgb(70,150,18); }

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