Html Css Color HEX #40992A La Palma

📋 copy color: '#40992A'

red 64 ◦ green 153 ◦ blue 42

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

Shades of La Palma #40992A

Tints of La Palma #40992A

RGB

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

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

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

R = 24.71%
G = 59.07%
B = 16.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#40992A (or 0x40992A) is known color: La Palma. HEX triplet: 40, 99 and 2A. RGB value is (64,153,42). Sum of RGB (Red+Green+Blue) = 64+153+42=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #40992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40992A is #BF66D5. Grayscale: #727272. Windows color (decimal): -12543702 or 2791744. OLE color: 2791744.

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

Color convert

RGB 64 153 42 -
CMYK 0.58 0 0.73 0.4
HSL 108.11º 0.57% 0.38% -
HSV(B) 108.11º 0.73% 0.6% -
XYZ 13.92 24.04 6.1 -
YUV 113.74 87.51 92.53 -
System Red Green Blue C M Y K H S L
Decimal 64 153 42 0.58 0 0.73 0.4 108.11 0.57 0.38
Hex 40 99 2A 3A 0 49 28 6C 39 26
Octal 100 231 52 72 0 111 50 154 71 46
Binary 1000000 10011001 101010 111010 0 1001001 101000 1101100 111001 100110

Color Harmonies of #40992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40992A

Black with #40992A

Text Example


Text Example

White with #40992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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