Html Css Color HEX #40952F La Palma

📋 copy color: '#40952F'

red 64 ◦ green 149 ◦ blue 47

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

Shades of La Palma #40952F

Tints of La Palma #40952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 24.62%
G = 57.31%
B = 18.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#40952F (or 0x40952F) is known color: La Palma. HEX triplet: 40, 95 and 2F. RGB value is (64,149,47). Sum of RGB (Red+Green+Blue) = 64+149+47=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #40952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952F is #BF6AD0. Grayscale: #707070. Windows color (decimal): -12544721 or 3118400. OLE color: 3118400.

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

Color convert

RGB 64 149 47 -
CMYK 0.57 0 0.68 0.42
HSL 110º 0.52% 0.38% -
HSV(B) 110º 0.68% 0.58% -
XYZ 13.37 22.79 6.38 -
YUV 111.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 64 149 47 0.57 0 0.68 0.42 110 0.52 0.38
Hex 40 95 2F 39 0 44 2A 6E 34 26
Octal 100 225 57 71 0 104 52 156 64 46
Binary 1000000 10010101 101111 111001 0 1000100 101010 1101110 110100 100110

Color Harmonies of #40952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40952F

Black with #40952F

Text Example


Text Example

White with #40952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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