#418B3A

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

Shades of La Palma #418B3A

Tints of La Palma #418B3A

Color information

#418B3A (or 0x418B3A) is unknown color: approx La Palma. HEX triplet: 41, 8B and 3A. RGB value is (65,139,58). Sum of RGB (Red+Green+Blue) = 65+139+58=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #418B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B3A is #BE74C5. Grayscale: #6B6B6B. Windows color (decimal): -12481734 or 3836737. OLE color: 3836737.

HSL color Cylindrical-coordinate representation of color #418B3A: hue angle of 114.81º degrees, saturation: 0.41, 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 #418B3A is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB6513958-
CMYK0.5300.580.45
HSL114.81º41.12%38.63%-
HSV(B)114.81º58.27%54.51%-
XYZ12.1819.897.2-
YUV107.6499.9897.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=24.81%
G=53.05%
B=22.14%

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
Decimal65139580.5300.580.45114.8141.1238.63
Hex418B3A3503A2D732927
Octal1012137265072551635147
Binary10000011000101111101011010101110101011011110011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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