#419B21

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

Shades of La Palma #419B21

Tints of La Palma #419B21

Color information

#419B21 (or 0x419B21) is unknown color: approx La Palma. HEX triplet: 41, 9B and 21. RGB value is (65,155,33). Sum of RGB (Red+Green+Blue) = 65+155+33=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #419B21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B21 is #BE64DE. Grayscale: #727272. Windows color (decimal): -12477663 or 2202433. OLE color: 2202433.

HSL color Cylindrical-coordinate representation of color #419B21: hue angle of 104.26º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #419B21 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB6515533-
CMYK0.5800.790.39
HSL104.26º64.89%36.86%-
HSV(B)104.26º78.71%60.78%-
XYZ14.1824.685.45-
YUV114.1882.1892.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=25.69%
G=61.26%
B=13.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65155330.5800.790.39104.2664.8936.86
Hex419B213A04F27684125
Octal101233417201174715010145
Binary1000001100110111000011110100100111110011111010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B21; }

 p { color: rgb(65,155,33); }

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

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

 a { background-color: rgb(65,155,33); }

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

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

 span { border-color: rgb(65,155,33); }

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