Html Css Color HEX #41961B La Palma

📋 copy color: '#41961B'

red 65 ◦ green 150 ◦ blue 27

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

Shades of La Palma #41961B

Tints of La Palma #41961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 26.86%
G = 61.98%
B = 11.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#41961B (or 0x41961B) is known color: La Palma. HEX triplet: 41, 96 and 1B. RGB value is (65,150,27). Sum of RGB (Red+Green+Blue) = 65+150+27=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #41961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41961B is #BE69E4. Grayscale: #6E6E6E. Windows color (decimal): -12478949 or 1807937. OLE color: 1807937.

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

Color convert

RGB 65 150 27 -
CMYK 0.57 0 0.82 0.41
HSL 101.46º 0.69% 0.35% -
HSV(B) 101.46º 0.82% 0.59% -
XYZ 13.28 23.02 4.78 -
YUV 110.56 80.84 95.5 -
System Red Green Blue C M Y K H S L
Decimal 65 150 27 0.57 0 0.82 0.41 101.46 0.69 0.35
Hex 41 96 1B 39 0 52 29 65 45 23
Octal 101 226 33 71 0 122 51 145 105 43
Binary 1000001 10010110 11011 111001 0 1010010 101001 1100101 1000101 100011

Color Harmonies of #41961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41961B

Black with #41961B

Text Example


Text Example

White with #41961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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