Html Css Color HEX #40842F La Palma

📋 copy color: '#40842F'

red 64 ◦ green 132 ◦ blue 47

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

Shades of La Palma #40842F

Tints of La Palma #40842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.32%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 26.34%
G = 54.32%
B = 19.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#40842F (or 0x40842F) is known color: La Palma. HEX triplet: 40, 84 and 2F. RGB value is (64,132,47). Sum of RGB (Red+Green+Blue) = 64+132+47=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #40842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40842F is #BF7BD0. Grayscale: #666666. Windows color (decimal): -12549073 or 3114048. OLE color: 3114048.

HSL color Cylindrical-coordinate representation of color #40842F: hue angle of 108º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40842F is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 47 -
CMYK 0.52 0 0.64 0.48
HSL 108º 0.47% 0.35% -
HSV(B) 108º 0.64% 0.52% -
XYZ 10.88 17.8 5.55 -
YUV 101.98 96.97 100.91 -
System Red Green Blue C M Y K H S L
Decimal 64 132 47 0.52 0 0.64 0.48 108 0.47 0.35
Hex 40 84 2F 34 0 40 30 6C 2F 23
Octal 100 204 57 64 0 100 60 154 57 43
Binary 1000000 10000100 101111 110100 0 1000000 110000 1101100 101111 100011

Color Harmonies of #40842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40842F

Black with #40842F

Text Example


Text Example

White with #40842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,132,47); }

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

background-color css

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

 a { background-color: rgb(64,132,47); }

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

border-color css

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

 span { border-color: rgb(64,132,47); }

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