#418B3B

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

Shades of La Palma #418B3B

Tints of La Palma #418B3B

Color information

#418B3B (or 0x418B3B) is unknown color: approx La Palma. HEX triplet: 41, 8B and 3B. RGB value is (65,139,59). Sum of RGB (Red+Green+Blue) = 65+139+59=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #418B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B3B is #BE74C4. Grayscale: #6B6B6B. Windows color (decimal): -12481733 or 3902273. OLE color: 3902273.

HSL color Cylindrical-coordinate representation of color #418B3B: hue angle of 115.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #418B3B is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB6513959-
CMYK0.5300.580.45
HSL115.5º40.4%38.82%-
HSV(B)115.5º57.55%54.51%-
XYZ12.219.97.34-
YUV107.75100.4897.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 59 (23.44% from 255) = 22.43%
R=24.71%
G=52.85%
B=22.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139590.5300.580.45115.540.438.82
Hex418B3B3503A2D742827
Octal1012137365072551645047
Binary10000011000101111101111010101110101011011110100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418B3B; }

 p { color: rgb(65,139,59); }

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

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

 a { background-color: rgb(65,139,59); }

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

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

 span { border-color: rgb(65,139,59); }

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