Html Css Color HEX #405347 Plantation

📋 copy color: '#405347'

red 64 ◦ green 83 ◦ blue 71

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

Shades of Plantation #405347

Tints of Plantation #405347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 29.36%
G = 38.07%
B = 32.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#405347 (or 0x405347) is known color: Plantation. HEX triplet: 40, 53 and 47. RGB value is (64,83,71). Sum of RGB (Red+Green+Blue) = 64+83+71=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #405347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405347 is #BFACB8. Grayscale: #4B4B4B. Windows color (decimal): -12561593 or 4674368. OLE color: 4674368.

HSL color Cylindrical-coordinate representation of color #405347: hue angle of 142.11º 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 #405347 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 71 -
CMYK 0.23 0 0.14 0.67
HSL 142.11º 0.13% 0.29% -
HSV(B) 142.11º 0.23% 0.33% -
XYZ 6.34 7.73 7.12 -
YUV 75.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 64 83 71 0.23 0 0.14 0.67 142.11 0.13 0.29
Hex 40 53 47 17 0 E 43 8E D 1D
Octal 100 123 107 27 0 16 103 216 15 35
Binary 1000000 1010011 1000111 10111 0 1110 1000011 10001110 1101 11101

Color Harmonies of #405347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405347

Black with #405347

Text Example


Text Example

White with #405347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405347; }

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

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

background-color css

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

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

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

border-color css

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

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

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