Html Css Color HEX #40881F La Palma

📋 copy color: '#40881F'

red 64 ◦ green 136 ◦ blue 31

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

Shades of La Palma #40881F

Tints of La Palma #40881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.87%

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 27.71%
G = 58.87%
B = 13.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#40881F (or 0x40881F) is known color: La Palma. HEX triplet: 40, 88 and 1F. RGB value is (64,136,31). Sum of RGB (Red+Green+Blue) = 64+136+31=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #40881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40881F is #BF77E0. Grayscale: #666666. Windows color (decimal): -12548065 or 2066496. OLE color: 2066496.

HSL color Cylindrical-coordinate representation of color #40881F: hue angle of 101.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40881F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 31 -
CMYK 0.53 0 0.77 0.47
HSL 101.14º 0.63% 0.33% -
HSV(B) 101.14º 0.77% 0.53% -
XYZ 11.17 18.8 4.34 -
YUV 102.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 64 136 31 0.53 0 0.77 0.47 101.14 0.63 0.33
Hex 40 88 1F 35 0 4D 2F 65 3F 21
Octal 100 210 37 65 0 115 57 145 77 41
Binary 1000000 10001000 11111 110101 0 1001101 101111 1100101 111111 100001

Color Harmonies of #40881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40881F

Black with #40881F

Text Example


Text Example

White with #40881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,136,31); }

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

background-color css

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

 a { background-color: rgb(64,136,31); }

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

border-color css

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

 span { border-color: rgb(64,136,31); }

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