#418938

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

Shades of La Palma #418938

Tints of La Palma #418938

Color information

#418938 (or 0x418938) is unknown color: approx La Palma. HEX triplet: 41, 89 and 38. RGB value is (65,137,56). Sum of RGB (Red+Green+Blue) = 65+137+56=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #418938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418938 is #BE76C7. Grayscale: #6A6A6A. Windows color (decimal): -12482248 or 3705153. OLE color: 3705153.

HSL color Cylindrical-coordinate representation of color #418938: hue angle of 113.33º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418938 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB6513756-
CMYK0.5300.590.46
HSL113.33º41.97%37.84%-
HSV(B)113.33º59.12%53.73%-
XYZ11.8419.36.84-
YUV106.2499.6598.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 137 (53.91% from 255) = 53.10%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=25.19%
G=53.10%
B=21.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137560.5300.590.46113.3341.9737.84
Hex4189383503B2E712a26
Octal1012117065073561615246
Binary10000011000100111100011010101110111011101110001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418938; }

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

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

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

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

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

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

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

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