#469B34

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

Shades of La Palma #469B34

Tints of La Palma #469B34

Color information

#469B34 (or 0x469B34) is unknown color: approx La Palma. HEX triplet: 46, 9B and 34. RGB value is (70,155,52). Sum of RGB (Red+Green+Blue) = 70+155+52=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #469B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B34 is #B964CB. Grayscale: #767676. Windows color (decimal): -12149964 or 3447622. OLE color: 3447622.

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

Color convert

RGB7015552-
CMYK0.5500.660.39
HSL109.51º49.76%40.59%-
HSV(B)109.51º66.45%60.78%-
XYZ14.8724.997.29-
YUV117.8490.8493.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 155 (60.94% from 255) = 55.96%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=25.27%
G=55.96%
B=18.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155520.5500.660.39109.5149.7640.59
Hex469B3437042276e3229
Octal10623364670102471566251
Binary100011010011011110100110111010000101001111101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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