Html Css Color HEX #405348 Plantation

📋 copy color: '#405348'

red 64 ◦ green 83 ◦ blue 72

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

Shades of Plantation #405348

Tints of Plantation #405348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 29.22%
G = 37.9%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#405348 (or 0x405348) is known color: Plantation. HEX triplet: 40, 53 and 48. RGB value is (64,83,72). Sum of RGB (Red+Green+Blue) = 64+83+72=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #405348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405348 is #BFACB7. Grayscale: #4C4C4C. Windows color (decimal): -12561592 or 4739904. OLE color: 4739904.

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

Color convert

RGB 64 83 72 -
CMYK 0.23 0 0.13 0.67
HSL 145.26º 0.13% 0.29% -
HSV(B) 145.26º 0.23% 0.33% -
XYZ 6.38 7.74 7.29 -
YUV 76.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 64 83 72 0.23 0 0.13 0.67 145.26 0.13 0.29
Hex 40 53 48 17 0 D 43 91 D 1D
Octal 100 123 110 27 0 15 103 221 15 35
Binary 1000000 1010011 1001000 10111 0 1101 1000011 10010001 1101 11101

Color Harmonies of #405348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405348

Black with #405348

Text Example


Text Example

White with #405348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405348; }

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

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

background-color css

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

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

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

border-color css

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

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

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