#469427

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

Shades of La Palma #469427

Tints of La Palma #469427

Color information

#469427 (or 0x469427) is unknown color: approx La Palma. HEX triplet: 46, 94 and 27. RGB value is (70,148,39). Sum of RGB (Red+Green+Blue) = 70+148+39=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #469427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469427 is #B96BD8. Grayscale: #707070. Windows color (decimal): -12151769 or 2593862. OLE color: 2593862.

HSL color Cylindrical-coordinate representation of color #469427: hue angle of 102.94º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #469427 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB7014839-
CMYK0.5300.740.42
HSL102.94º58.29%36.67%-
HSV(B)102.94º73.65%58.04%-
XYZ13.4822.635.58-
YUV112.2586.6697.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 148 (58.20% from 255) = 57.59%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=27.24%
G=57.59%
B=15.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148390.5300.740.42102.9458.2936.67
Hex4694273504A2A673a25
Octal10622447650112521477245
Binary100011010010100100111110101010010101010101100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469427; }

 p { color: rgb(70,148,39); }

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

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

 a { background-color: rgb(70,148,39); }

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

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

 span { border-color: rgb(70,148,39); }

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