Html Css Color HEX #40952B La Palma

📋 copy color: '#40952B'

red 64 ◦ green 149 ◦ blue 43

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

Shades of La Palma #40952B

Tints of La Palma #40952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 25%
G = 58.2%
B = 16.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#40952B (or 0x40952B) is known color: La Palma. HEX triplet: 40, 95 and 2B. RGB value is (64,149,43). Sum of RGB (Red+Green+Blue) = 64+149+43=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #40952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952B is #BF6AD4. Grayscale: #6F6F6F. Windows color (decimal): -12544725 or 2856256. OLE color: 2856256.

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

Color convert

RGB 64 149 43 -
CMYK 0.57 0 0.71 0.42
HSL 108.11º 0.55% 0.38% -
HSV(B) 108.11º 0.71% 0.58% -
XYZ 13.3 22.76 5.98 -
YUV 111.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 64 149 43 0.57 0 0.71 0.42 108.11 0.55 0.38
Hex 40 95 2B 39 0 47 2A 6C 37 26
Octal 100 225 53 71 0 107 52 154 67 46
Binary 1000000 10010101 101011 111001 0 1000111 101010 1101100 110111 100110

Color Harmonies of #40952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40952B

Black with #40952B

Text Example


Text Example

White with #40952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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