Html Css Color HEX #41961F La Palma

📋 copy color: '#41961F'

red 65 ◦ green 150 ◦ blue 31

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

Shades of La Palma #41961F

Tints of La Palma #41961F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.98%

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

R = 26.42%
G = 60.98%
B = 12.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#41961F (or 0x41961F) is known color: La Palma. HEX triplet: 41, 96 and 1F. RGB value is (65,150,31). Sum of RGB (Red+Green+Blue) = 65+150+31=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #41961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41961F is #BE69E0. Grayscale: #6F6F6F. Windows color (decimal): -12478945 or 2070081. OLE color: 2070081.

HSL color Cylindrical-coordinate representation of color #41961F: hue angle of 102.86º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41961F is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 31 -
CMYK 0.57 0 0.79 0.41
HSL 102.86º 0.66% 0.35% -
HSV(B) 102.86º 0.79% 0.59% -
XYZ 13.33 23.04 5.04 -
YUV 111.02 82.84 95.18 -
System Red Green Blue C M Y K H S L
Decimal 65 150 31 0.57 0 0.79 0.41 102.86 0.66 0.35
Hex 41 96 1F 39 0 4F 29 67 42 23
Octal 101 226 37 71 0 117 51 147 102 43
Binary 1000001 10010110 11111 111001 0 1001111 101001 1100111 1000010 100011

Color Harmonies of #41961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41961F

Black with #41961F

Text Example


Text Example

White with #41961F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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