Html Css Color HEX #40872A La Palma

📋 copy color: '#40872A'

red 64 ◦ green 135 ◦ blue 42

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

Shades of La Palma #40872A

Tints of La Palma #40872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.02%

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

R = 26.56%
G = 56.02%
B = 17.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#40872A (or 0x40872A) is known color: La Palma. HEX triplet: 40, 87 and 2A. RGB value is (64,135,42). Sum of RGB (Red+Green+Blue) = 64+135+42=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #40872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40872A is #BF78D5. Grayscale: #676767. Windows color (decimal): -12548310 or 2787136. OLE color: 2787136.

HSL color Cylindrical-coordinate representation of color #40872A: hue angle of 105.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40872A is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 42 -
CMYK 0.53 0 0.69 0.47
HSL 105.81º 0.53% 0.35% -
HSV(B) 105.81º 0.69% 0.53% -
XYZ 11.2 18.59 5.19 -
YUV 103.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 64 135 42 0.53 0 0.69 0.47 105.81 0.53 0.35
Hex 40 87 2A 35 0 45 2F 6A 35 23
Octal 100 207 52 65 0 105 57 152 65 43
Binary 1000000 10000111 101010 110101 0 1000101 101111 1101010 110101 100011

Color Harmonies of #40872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40872A

Black with #40872A

Text Example


Text Example

White with #40872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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