#40923A

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

Shades of La Palma #40923A

Tints of La Palma #40923A

Color information

#40923A (or 0x40923A) is unknown color: approx La Palma. HEX triplet: 40, 92 and 3A. RGB value is (64,146,58). Sum of RGB (Red+Green+Blue) = 64+146+58=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #40923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40923A is #BF6DC5. Grayscale: #6F6F6F. Windows color (decimal): -12545478 or 3838528. OLE color: 3838528.

HSL color Cylindrical-coordinate representation of color #40923A: hue angle of 115.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40923A is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB6414658-
CMYK0.5600.600.43
HSL115.91º43.14%40%-
HSV(B)115.91º60.27%57.25%-
XYZ13.1621.957.55-
YUV111.4597.8394.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=23.88%
G=54.48%
B=21.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146580.5600.600.43115.9143.1440
Hex40923A3803C2B742b28
Octal1002227270074531645350
Binary10000001001001011101011100001111001010111110100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40923A; }

 p { color: rgb(64,146,58); }

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

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

 a { background-color: rgb(64,146,58); }

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

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

 span { border-color: rgb(64,146,58); }

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