#469B35

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

Shades of La Palma #469B35

Tints of La Palma #469B35

Color information

#469B35 (or 0x469B35) is unknown color: approx La Palma. HEX triplet: 46, 9B and 35. RGB value is (70,155,53). Sum of RGB (Red+Green+Blue) = 70+155+53=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #469B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B35 is #B964CA. Grayscale: #767676. Windows color (decimal): -12149963 or 3513158. OLE color: 3513158.

HSL color Cylindrical-coordinate representation of color #469B35: hue angle of 110º degrees, saturation: 0.49, 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 #469B35 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB7015553-
CMYK0.5500.660.39
HSL110º49.04%40.78%-
HSV(B)110º65.81%60.78%-
XYZ14.89257.41-
YUV117.9691.3493.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=25.18%
G=55.76%
B=19.06%

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
Decimal70155530.5500.660.3911049.0440.78
Hex469B3537042276e3129
Octal10623365670102471566151
Binary100011010011011110101110111010000101001111101110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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