#418338

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

Shades of La Palma #418338

Tints of La Palma #418338

Color information

#418338 (or 0x418338) is unknown color: approx La Palma. HEX triplet: 41, 83 and 38. RGB value is (65,131,56). Sum of RGB (Red+Green+Blue) = 65+131+56=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #418338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418338 is #BE7CC7. Grayscale: #666666. Windows color (decimal): -12483784 or 3703617. OLE color: 3703617.

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

Color convert

RGB6513156-
CMYK0.5000.570.49
HSL112.8º40.11%36.67%-
HSV(B)112.8º57.25%51.37%-
XYZ11.0117.646.57-
YUV102.72101.63101.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=25.79%
G=51.98%
B=22.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131560.5000.570.49112.840.1136.67
Hex4183383203931712825
Octal1012037062071611615045
Binary10000011000001111100011001001110011100011110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418338; }

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

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

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

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

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

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

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

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