Html Css Color HEX #40852B La Palma

📋 copy color: '#40852B'

red 64 ◦ green 133 ◦ blue 43

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

Shades of La Palma #40852B

Tints of La Palma #40852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.42%

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 26.67%
G = 55.42%
B = 17.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#40852B (or 0x40852B) is known color: La Palma. HEX triplet: 40, 85 and 2B. RGB value is (64,133,43). Sum of RGB (Red+Green+Blue) = 64+133+43=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #40852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40852B is #BF7AD4. Grayscale: #666666. Windows color (decimal): -12548821 or 2852160. OLE color: 2852160.

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

Color convert

RGB 64 133 43 -
CMYK 0.52 0 0.68 0.48
HSL 106º 0.51% 0.35% -
HSV(B) 106º 0.68% 0.52% -
XYZ 10.94 18.04 5.19 -
YUV 102.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 64 133 43 0.52 0 0.68 0.48 106 0.51 0.35
Hex 40 85 2B 34 0 44 30 6A 33 23
Octal 100 205 53 64 0 104 60 152 63 43
Binary 1000000 10000101 101011 110100 0 1000100 110000 1101010 110011 100011

Color Harmonies of #40852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40852B

Black with #40852B

Text Example


Text Example

White with #40852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40852B; }

 p { color: rgb(64,133,43); }

 H1.HeaderClassName
 {
   color: #40852B;
 }
 .AnyTagClassName
 {
   color: #40852B;
 }
</style>

background-color css

<style>
 a { background-color: #40852B; }

 a { background-color: rgb(64,133,43); }

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

border-color css

<style>
 span { border-color: #40852B; }

 span { border-color: rgb(64,133,43); }

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