#469C36

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

Shades of La Palma #469C36

Tints of La Palma #469C36

Color information

#469C36 (or 0x469C36) is unknown color: approx La Palma. HEX triplet: 46, 9C and 36. RGB value is (70,156,54). Sum of RGB (Red+Green+Blue) = 70+156+54=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #469C36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C36 is #B963C9. Grayscale: #767676. Windows color (decimal): -12149706 or 3578950. OLE color: 3578950.

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

Color convert

RGB7015654-
CMYK0.5500.650.39
HSL110.59º48.57%41.18%-
HSV(B)110.59º65.38%61.18%-
XYZ15.0825.357.59-
YUV118.6691.5193.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 55.71%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=25%
G=55.71%
B=19.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156540.5500.650.39110.5948.5741.18
Hex469C3637041276f3129
Octal10623466670101471576151
Binary100011010011100110110110111010000011001111101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,156,54); }

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

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

 a { background-color: rgb(70,156,54); }

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

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

 span { border-color: rgb(70,156,54); }

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