#418933

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

Shades of La Palma #418933

Tints of La Palma #418933

Color information

#418933 (or 0x418933) is unknown color: approx La Palma. HEX triplet: 41, 89 and 33. RGB value is (65,137,51). Sum of RGB (Red+Green+Blue) = 65+137+51=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #418933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418933 is #BE76CC. Grayscale: #696969. Windows color (decimal): -12482253 or 3377473. OLE color: 3377473.

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

Color convert

RGB6513751-
CMYK0.5300.630.46
HSL110.23º45.74%36.86%-
HSV(B)110.23º62.77%53.73%-
XYZ11.7219.256.23-
YUV105.6797.1598.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 137 (53.91% from 255) = 54.15%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=25.69%
G=54.15%
B=20.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137510.5300.630.46110.2345.7436.86
Hex4189333503F2E6e2e25
Octal1012116365077561565645
Binary10000011000100111001111010101111111011101101110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418933; }

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

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

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

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

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

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

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

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