Html Css Color HEX #41882A La Palma

📋 copy color: '#41882A'

red 65 ◦ green 136 ◦ blue 42

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

Shades of La Palma #41882A

Tints of La Palma #41882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.97%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 26.75%
G = 55.97%
B = 17.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#41882A (or 0x41882A) is known color: La Palma. HEX triplet: 41, 88 and 2A. RGB value is (65,136,42). Sum of RGB (Red+Green+Blue) = 65+136+42=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #41882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41882A is #BE77D5. Grayscale: #686868. Windows color (decimal): -12482518 or 2787393. OLE color: 2787393.

HSL color Cylindrical-coordinate representation of color #41882A: hue angle of 105.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41882A is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 42 -
CMYK 0.52 0 0.69 0.47
HSL 105.32º 0.53% 0.35% -
HSV(B) 105.32º 0.69% 0.53% -
XYZ 11.4 18.9 5.24 -
YUV 104.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 65 136 42 0.52 0 0.69 0.47 105.32 0.53 0.35
Hex 41 88 2A 34 0 45 2F 69 35 23
Octal 101 210 52 64 0 105 57 151 65 43
Binary 1000001 10001000 101010 110100 0 1000101 101111 1101001 110101 100011

Color Harmonies of #41882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41882A

Black with #41882A

Text Example


Text Example

White with #41882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41882A; }

 p { color: rgb(65,136,42); }

 H1.HeaderClassName
 {
   color: #41882A;
 }
 .AnyTagClassName
 {
   color: #41882A;
 }
</style>

background-color css

<style>
 a { background-color: #41882A; }

 a { background-color: rgb(65,136,42); }

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

border-color css

<style>
 span { border-color: #41882A; }

 span { border-color: rgb(65,136,42); }

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