Html Css Color HEX #40952E La Palma

📋 copy color: '#40952E'

red 64 ◦ green 149 ◦ blue 46

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

Shades of La Palma #40952E

Tints of La Palma #40952E

RGB

 RED value IS 64 (25.39% from 255) = 24.71%

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 24.71%
G = 57.53%
B = 17.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#40952E (or 0x40952E) is known color: La Palma. HEX triplet: 40, 95 and 2E. RGB value is (64,149,46). Sum of RGB (Red+Green+Blue) = 64+149+46=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #40952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952E is #BF6AD1. Grayscale: #707070. Windows color (decimal): -12544722 or 3052864. OLE color: 3052864.

HSL color Cylindrical-coordinate representation of color #40952E: hue angle of 109.51º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40952E is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 46 -
CMYK 0.57 0 0.69 0.42
HSL 109.51º 0.53% 0.38% -
HSV(B) 109.51º 0.69% 0.58% -
XYZ 13.35 22.78 6.28 -
YUV 111.84 90.84 93.88 -
System Red Green Blue C M Y K H S L
Decimal 64 149 46 0.57 0 0.69 0.42 109.51 0.53 0.38
Hex 40 95 2E 39 0 45 2A 6E 35 26
Octal 100 225 56 71 0 105 52 156 65 46
Binary 1000000 10010101 101110 111001 0 1000101 101010 1101110 110101 100110

Color Harmonies of #40952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40952E

Black with #40952E

Text Example


Text Example

White with #40952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40952E; }

 p { color: rgb(64,149,46); }

 H1.HeaderClassName
 {
   color: #40952E;
 }
 .AnyTagClassName
 {
   color: #40952E;
 }
</style>

background-color css

<style>
 a { background-color: #40952E; }

 a { background-color: rgb(64,149,46); }

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

border-color css

<style>
 span { border-color: #40952E; }

 span { border-color: rgb(64,149,46); }

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