Html Css Color HEX #41950F La Palma

📋 copy color: '#41950F'

red 65 ◦ green 149 ◦ blue 15

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

Shades of La Palma #41950F

Tints of La Palma #41950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 28.38%
G = 65.07%
B = 6.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#41950F (or 0x41950F) is known color: La Palma. HEX triplet: 41, 95 and 0F. RGB value is (65,149,15). Sum of RGB (Red+Green+Blue) = 65+149+15=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #41950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41950F is #BE6AF0. Grayscale: #6D6D6D. Windows color (decimal): -12479217 or 1021249. OLE color: 1021249.

HSL color Cylindrical-coordinate representation of color #41950F: hue angle of 97.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41950F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 15 -
CMYK 0.56 0 0.90 0.42
HSL 97.61º 0.82% 0.32% -
HSV(B) 97.61º 0.9% 0.58% -
XYZ 13.01 22.65 4.14 -
YUV 108.61 75.17 96.9 -
System Red Green Blue C M Y K H S L
Decimal 65 149 15 0.56 0 0.90 0.42 97.61 0.82 0.32
Hex 41 95 F 38 0 5A 2A 62 52 20
Octal 101 225 17 70 0 132 52 142 122 40
Binary 1000001 10010101 1111 111000 0 1011010 101010 1100010 1010010 100000

Color Harmonies of #41950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41950F

Black with #41950F

Text Example


Text Example

White with #41950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41950F; }

 p { color: rgb(65,149,15); }

 H1.HeaderClassName
 {
   color: #41950F;
 }
 .AnyTagClassName
 {
   color: #41950F;
 }
</style>

background-color css

<style>
 a { background-color: #41950F; }

 a { background-color: rgb(65,149,15); }

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

border-color css

<style>
 span { border-color: #41950F; }

 span { border-color: rgb(65,149,15); }

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