#469B26

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

Shades of La Palma #469B26

Tints of La Palma #469B26

Color information

#469B26 (or 0x469B26) is unknown color: approx La Palma. HEX triplet: 46, 9B and 26. RGB value is (70,155,38). Sum of RGB (Red+Green+Blue) = 70+155+38=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #469B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B26 is #B964D9. Grayscale: #747474. Windows color (decimal): -12149978 or 2530118. OLE color: 2530118.

HSL color Cylindrical-coordinate representation of color #469B26: hue angle of 103.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #469B26 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB7015538-
CMYK0.5500.750.39
HSL103.59º60.62%37.84%-
HSV(B)103.59º75.48%60.78%-
XYZ14.624.885.87-
YUV116.2583.8495.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=26.62%
G=58.94%
B=14.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155380.5500.750.39103.5960.6237.84
Hex469B263704B27683d26
Octal10623346670113471507546
Binary100011010011011100110110111010010111001111101000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469B26; }

 p { color: rgb(70,155,38); }

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

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

 a { background-color: rgb(70,155,38); }

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

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

 span { border-color: rgb(70,155,38); }

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