Html Css Color HEX #41952B La Palma

📋 copy color: '#41952B'

red 65 ◦ green 149 ◦ blue 43

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

Shades of La Palma #41952B

Tints of La Palma #41952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 25.29%
G = 57.98%
B = 16.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#41952B (or 0x41952B) is known color: La Palma. HEX triplet: 41, 95 and 2B. RGB value is (65,149,43). Sum of RGB (Red+Green+Blue) = 65+149+43=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #41952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41952B is #BE6AD4. Grayscale: #707070. Windows color (decimal): -12479189 or 2856257. OLE color: 2856257.

HSL color Cylindrical-coordinate representation of color #41952B: hue angle of 107.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41952B is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 43 -
CMYK 0.56 0 0.71 0.42
HSL 107.55º 0.55% 0.38% -
HSV(B) 107.55º 0.71% 0.58% -
XYZ 13.36 22.79 5.98 -
YUV 111.8 89.17 94.62 -
System Red Green Blue C M Y K H S L
Decimal 65 149 43 0.56 0 0.71 0.42 107.55 0.55 0.38
Hex 41 95 2B 38 0 47 2A 6C 37 26
Octal 101 225 53 70 0 107 52 154 67 46
Binary 1000001 10010101 101011 111000 0 1000111 101010 1101100 110111 100110

Color Harmonies of #41952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41952B

Black with #41952B

Text Example


Text Example

White with #41952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41952B; }

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

 H1.HeaderClassName
 {
   color: #41952B;
 }
 .AnyTagClassName
 {
   color: #41952B;
 }
</style>

background-color css

<style>
 a { background-color: #41952B; }

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

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

border-color css

<style>
 span { border-color: #41952B; }

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

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