#40853A

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

Shades of La Palma #40853A

Tints of La Palma #40853A

Color information

#40853A (or 0x40853A) is unknown color: approx La Palma. HEX triplet: 40, 85 and 3A. RGB value is (64,133,58). Sum of RGB (Red+Green+Blue) = 64+133+58=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #40853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40853A is #BF7AC5. Grayscale: #686868. Windows color (decimal): -12548806 or 3835200. OLE color: 3835200.

HSL color Cylindrical-coordinate representation of color #40853A: hue angle of 115.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40853A is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB6413358-
CMYK0.5200.560.48
HSL115.2º39.27%37.45%-
HSV(B)115.2º56.39%52.16%-
XYZ11.2718.176.92-
YUV103.82102.1499.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=25.10%
G=52.16%
B=22.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133580.5200.560.48115.239.2737.45
Hex40853A3403830732725
Octal1002057264070601634745
Binary10000001000010111101011010001110001100001110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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