Html Css Color HEX #40992E La Palma

📋 copy color: '#40992E'

red 64 ◦ green 153 ◦ blue 46

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

Shades of La Palma #40992E

Tints of La Palma #40992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.17%

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

R = 24.33%
G = 58.17%
B = 17.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#40992E (or 0x40992E) is known color: La Palma. HEX triplet: 40, 99 and 2E. RGB value is (64,153,46). Sum of RGB (Red+Green+Blue) = 64+153+46=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #40992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40992E is #BF66D1. Grayscale: #727272. Windows color (decimal): -12543698 or 3053888. OLE color: 3053888.

HSL color Cylindrical-coordinate representation of color #40992E: hue angle of 109.91º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40992E is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 46 -
CMYK 0.58 0 0.70 0.4
HSL 109.91º 0.54% 0.39% -
HSV(B) 109.91º 0.7% 0.6% -
XYZ 14 24.07 6.49 -
YUV 114.19 89.51 92.2 -
System Red Green Blue C M Y K H S L
Decimal 64 153 46 0.58 0 0.70 0.4 109.91 0.54 0.39
Hex 40 99 2E 3A 0 46 28 6E 36 27
Octal 100 231 56 72 0 106 50 156 66 47
Binary 1000000 10011001 101110 111010 0 1000110 101000 1101110 110110 100111

Color Harmonies of #40992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40992E

Black with #40992E

Text Example


Text Example

White with #40992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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