Html Css Color HEX #40852F La Palma

📋 copy color: '#40852F'

red 64 ◦ green 133 ◦ blue 47

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

Shades of La Palma #40852F

Tints of La Palma #40852F

RGB

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

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

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

R = 26.23%
G = 54.51%
B = 19.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#40852F (or 0x40852F) is known color: La Palma. HEX triplet: 40, 85 and 2F. RGB value is (64,133,47). Sum of RGB (Red+Green+Blue) = 64+133+47=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #40852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40852F is #BF7AD0. Grayscale: #666666. Windows color (decimal): -12548817 or 3114304. OLE color: 3114304.

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

Color convert

RGB 64 133 47 -
CMYK 0.52 0 0.65 0.48
HSL 108.14º 0.48% 0.35% -
HSV(B) 108.14º 0.65% 0.52% -
XYZ 11.01 18.07 5.6 -
YUV 102.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 64 133 47 0.52 0 0.65 0.48 108.14 0.48 0.35
Hex 40 85 2F 34 0 41 30 6C 30 23
Octal 100 205 57 64 0 101 60 154 60 43
Binary 1000000 10000101 101111 110100 0 1000001 110000 1101100 110000 100011

Color Harmonies of #40852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40852F

Black with #40852F

Text Example


Text Example

White with #40852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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