#418638

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

Shades of La Palma #418638

Tints of La Palma #418638

Color information

#418638 (or 0x418638) is unknown color: approx La Palma. HEX triplet: 41, 86 and 38. RGB value is (65,134,56). Sum of RGB (Red+Green+Blue) = 65+134+56=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #418638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418638 is #BE79C7. Grayscale: #686868. Windows color (decimal): -12483016 or 3704385. OLE color: 3704385.

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

Color convert

RGB6513456-
CMYK0.5100.580.47
HSL113.08º41.05%37.25%-
HSV(B)113.08º58.21%52.55%-
XYZ11.4218.466.7-
YUV104.48100.6499.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=25.49%
G=52.55%
B=21.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134560.5100.580.47113.0841.0537.25
Hex4186383303A2F712925
Octal1012067063072571615145
Binary10000011000011011100011001101110101011111110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418638; }

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

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

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

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

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

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

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

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