Html Css Color HEX #41950C La Palma

📋 copy color: '#41950C'

red 65 ◦ green 149 ◦ blue 12

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

Shades of La Palma #41950C

Tints of La Palma #41950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 28.76%
G = 65.93%
B = 5.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#41950C (or 0x41950C) is known color: La Palma. HEX triplet: 41, 95 and 0C. RGB value is (65,149,12). Sum of RGB (Red+Green+Blue) = 65+149+12=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #41950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41950C is #BE6AF3. Grayscale: #6C6C6C. Windows color (decimal): -12479220 or 824641. OLE color: 824641.

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

Color convert

RGB 65 149 12 -
CMYK 0.56 0 0.92 0.42
HSL 96.79º 0.85% 0.32% -
HSV(B) 96.79º 0.92% 0.58% -
XYZ 12.99 22.65 4.03 -
YUV 108.27 73.67 97.14 -
System Red Green Blue C M Y K H S L
Decimal 65 149 12 0.56 0 0.92 0.42 96.79 0.85 0.32
Hex 41 95 C 38 0 5C 2A 61 55 20
Octal 101 225 14 70 0 134 52 141 125 40
Binary 1000001 10010101 1100 111000 0 1011100 101010 1100001 1010101 100000

Color Harmonies of #41950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41950C

Black with #41950C

Text Example


Text Example

White with #41950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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