Html Css Color HEX #41941C La Palma

📋 copy color: '#41941C'

red 65 ◦ green 148 ◦ blue 28

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

Shades of La Palma #41941C

Tints of La Palma #41941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 26.97%
G = 61.41%
B = 11.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#41941C (or 0x41941C) is known color: La Palma. HEX triplet: 41, 94 and 1C. RGB value is (65,148,28). Sum of RGB (Red+Green+Blue) = 65+148+28=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #41941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41941C is #BE6BE3. Grayscale: #6D6D6D. Windows color (decimal): -12479460 or 1872961. OLE color: 1872961.

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

Color convert

RGB 65 148 28 -
CMYK 0.56 0 0.81 0.42
HSL 101.5º 0.68% 0.35% -
HSV(B) 101.5º 0.81% 0.58% -
XYZ 12.98 22.39 4.74 -
YUV 109.5 82 96.26 -
System Red Green Blue C M Y K H S L
Decimal 65 148 28 0.56 0 0.81 0.42 101.5 0.68 0.35
Hex 41 94 1C 38 0 51 2A 66 44 23
Octal 101 224 34 70 0 121 52 146 104 43
Binary 1000001 10010100 11100 111000 0 1010001 101010 1100110 1000100 100011

Color Harmonies of #41941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41941C

Black with #41941C

Text Example


Text Example

White with #41941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,148,28); }

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

background-color css

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

 a { background-color: rgb(65,148,28); }

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

border-color css

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

 span { border-color: rgb(65,148,28); }

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