Html Css Color HEX #405548 Plantation

📋 copy color: '#405548'

red 64 ◦ green 85 ◦ blue 72

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

Shades of Plantation #405548

Tints of Plantation #405548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 28.96%
G = 38.46%
B = 32.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#405548 (or 0x405548) is known color: Plantation. HEX triplet: 40, 55 and 48. RGB value is (64,85,72). Sum of RGB (Red+Green+Blue) = 64+85+72=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #405548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405548 is #BFAAB7. Grayscale: #4D4D4D. Windows color (decimal): -12561080 or 4740416. OLE color: 4740416.

HSL color Cylindrical-coordinate representation of color #405548: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405548 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 72 -
CMYK 0.25 0 0.15 0.67
HSL 142.86º 0.14% 0.29% -
HSV(B) 142.86º 0.25% 0.33% -
XYZ 6.53 8.05 7.34 -
YUV 77.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 64 85 72 0.25 0 0.15 0.67 142.86 0.14 0.29
Hex 40 55 48 19 0 F 43 8F E 1D
Octal 100 125 110 31 0 17 103 217 16 35
Binary 1000000 1010101 1001000 11001 0 1111 1000011 10001111 1110 11101

Color Harmonies of #405548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405548

Black with #405548

Text Example


Text Example

White with #405548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405548; }

 p { color: rgb(64,85,72); }

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

background-color css

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

 a { background-color: rgb(64,85,72); }

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

border-color css

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

 span { border-color: rgb(64,85,72); }

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