Html Css Color HEX #41A025 La Palma

📋 copy color: '#41A025'

red 65 ◦ green 160 ◦ blue 37

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

Shades of La Palma #41A025

Tints of La Palma #41A025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 24.81%
G = 61.07%
B = 14.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#41A025 (or 0x41A025) is known color: La Palma. HEX triplet: 41, A0 and 25. RGB value is (65,160,37). Sum of RGB (Red+Green+Blue) = 65+160+37=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #41A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A025 is #BE5FDA. Grayscale: #757575. Windows color (decimal): -12476379 or 2465857. OLE color: 2465857.

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

Color convert

RGB 65 160 37 -
CMYK 0.59 0 0.77 0.37
HSL 106.34º 0.62% 0.39% -
HSV(B) 106.34º 0.77% 0.63% -
XYZ 15.08 26.4 6.05 -
YUV 117.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 65 160 37 0.59 0 0.77 0.37 106.34 0.62 0.39
Hex 41 A0 25 3B 0 4D 25 6A 3E 27
Octal 101 240 45 73 0 115 45 152 76 47
Binary 1000001 10100000 100101 111011 0 1001101 100101 1101010 111110 100111

Color Harmonies of #41A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A025

Black with #41A025

Text Example


Text Example

White with #41A025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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