Html Css Color HEX #40524A Plantation

📋 copy color: '#40524A'

red 64 ◦ green 82 ◦ blue 74

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

Shades of Plantation #40524A

Tints of Plantation #40524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 29.09%
G = 37.27%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#40524A (or 0x40524A) is known color: Plantation. HEX triplet: 40, 52 and 4A. RGB value is (64,82,74). Sum of RGB (Red+Green+Blue) = 64+82+74=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #40524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40524A is #BFADB5. Grayscale: #4B4B4B. Windows color (decimal): -12561846 or 4870720. OLE color: 4870720.

HSL color Cylindrical-coordinate representation of color #40524A: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40524A is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 74 -
CMYK 0.22 0 0.10 0.68
HSL 153.33º 0.12% 0.29% -
HSV(B) 153.33º 0.22% 0.32% -
XYZ 6.37 7.62 7.61 -
YUV 75.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 64 82 74 0.22 0 0.10 0.68 153.33 0.12 0.29
Hex 40 52 4A 16 0 A 44 99 C 1D
Octal 100 122 112 26 0 12 104 231 14 35
Binary 1000000 1010010 1001010 10110 0 1010 1000100 10011001 1100 11101

Color Harmonies of #40524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40524A

Black with #40524A

Text Example


Text Example

White with #40524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,82,74); }

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

background-color css

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

 a { background-color: rgb(64,82,74); }

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

border-color css

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

 span { border-color: rgb(64,82,74); }

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