Html Css Color HEX #41A01F La Palma

📋 copy color: '#41A01F'

red 65 ◦ green 160 ◦ blue 31

#41A01F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #41A01F

Tints of La Palma #41A01F

RGB

 RED value IS 65 (25.78% from 255) = 25.39%

 GREEN value IS 160 (62.89% from 255) = 62.5%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 25.39%
G = 62.5%
B = 12.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#41A01F (or 0x41A01F) is known color: La Palma. HEX triplet: 41, A0 and 1F. RGB value is (65,160,31). Sum of RGB (Red+Green+Blue) = 65+160+31=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #41A01F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A01F is #BE5FE0. Grayscale: #757575. Windows color (decimal): -12476385 or 2072641. OLE color: 2072641.

HSL color Cylindrical-coordinate representation of color #41A01F: hue angle of 104.19º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41A01F is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 160 31 -
CMYK 0.59 0 0.81 0.37
HSL 104.19º 0.68% 0.37% -
HSV(B) 104.19º 0.81% 0.63% -
XYZ 15 26.36 5.59 -
YUV 116.89 79.53 90.99 -
System Red Green Blue C M Y K H S L
Decimal 65 160 31 0.59 0 0.81 0.37 104.19 0.68 0.37
Hex 41 A0 1F 3B 0 51 25 68 44 25
Octal 101 240 37 73 0 121 45 150 104 45
Binary 1000001 10100000 11111 111011 0 1010001 100101 1101000 1000100 100101

Color Harmonies of #41A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A01F

Black with #41A01F

Text Example


Text Example

White with #41A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A01F; }

 p { color: rgb(65,160,31); }

 H1.HeaderClassName
 {
   color: #41A01F;
 }
 .AnyTagClassName
 {
   color: #41A01F;
 }
</style>

background-color css

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

 a { background-color: rgb(65,160,31); }

 div.DivClassName
 {
   background-color: #41A01F;
 }
 .BgClassName
 {
   background-color: #41A01F;
 }
</style>

border-color css

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

 span { border-color: rgb(65,160,31); }

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