#418438

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

Shades of La Palma #418438

Tints of La Palma #418438

Color information

#418438 (or 0x418438) is unknown color: approx La Palma. HEX triplet: 41, 84 and 38. RGB value is (65,132,56). Sum of RGB (Red+Green+Blue) = 65+132+56=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #418438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418438 is #BE7BC7. Grayscale: #676767. Windows color (decimal): -12483528 or 3703873. OLE color: 3703873.

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

Color convert

RGB6513256-
CMYK0.5100.580.48
HSL112.89º40.43%36.86%-
HSV(B)112.89º57.58%51.76%-
XYZ11.1517.916.61-
YUV103.3101.3100.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=25.69%
G=52.17%
B=22.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65132560.5100.580.48112.8940.4336.86
Hex4184383303A30712825
Octal1012047063072601615045
Binary10000011000010011100011001101110101100001110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418438; }

 p { color: rgb(65,132,56); }

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

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

 a { background-color: rgb(65,132,56); }

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

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

 span { border-color: rgb(65,132,56); }

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