Html Css Color HEX #40853A La Palma

📋 copy color: '#40853A'

red 64 ◦ green 133 ◦ blue 58

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

Shades of La Palma #40853A

Tints of La Palma #40853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 25.1%
G = 52.16%
B = 22.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#40853A (or 0x40853A) is known color: La Palma. HEX triplet: 40, 85 and 3A. RGB value is (64,133,58). Sum of RGB (Red+Green+Blue) = 64+133+58=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #40853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40853A is #BF7AC5. Grayscale: #686868. Windows color (decimal): -12548806 or 3835200. OLE color: 3835200.

HSL color Cylindrical-coordinate representation of color #40853A: hue angle of 115.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40853A is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 58 -
CMYK 0.52 0 0.56 0.48
HSL 115.2º 0.39% 0.37% -
HSV(B) 115.2º 0.56% 0.52% -
XYZ 11.27 18.17 6.92 -
YUV 103.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 64 133 58 0.52 0 0.56 0.48 115.2 0.39 0.37
Hex 40 85 3A 34 0 38 30 73 27 25
Octal 100 205 72 64 0 70 60 163 47 45
Binary 1000000 10000101 111010 110100 0 111000 110000 1110011 100111 100101

Color Harmonies of #40853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40853A

Black with #40853A

Text Example


Text Example

White with #40853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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