Html Css Color HEX #395445 Plantation

📋 copy color: '#395445'

red 57 ◦ green 84 ◦ blue 69

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

Shades of Plantation #395445

Tints of Plantation #395445

RGB

 RED value IS 57 (22.66% from 255) = 27.14%

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 27.14%
G = 40%
B = 32.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#395445 (or 0x395445) is known color: Plantation. HEX triplet: 39, 54 and 45. RGB value is (57,84,69). Sum of RGB (Red+Green+Blue) = 57+84+69=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #395445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395445 is #C6ABBA. Grayscale: #4A4A4A. Windows color (decimal): -13020091 or 4543545. OLE color: 4543545.

HSL color Cylindrical-coordinate representation of color #395445: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395445 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 69 -
CMYK 0.32 0 0.18 0.67
HSL 146.67º 0.19% 0.28% -
HSV(B) 146.67º 0.32% 0.33% -
XYZ 5.93 7.64 6.79 -
YUV 74.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 57 84 69 0.32 0 0.18 0.67 146.67 0.19 0.28
Hex 39 54 45 20 0 12 43 93 13 1C
Octal 71 124 105 40 0 22 103 223 23 34
Binary 111001 1010100 1000101 100000 0 10010 1000011 10010011 10011 11100

Color Harmonies of #395445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395445

Black with #395445

Text Example


Text Example

White with #395445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395445; }

 p { color: rgb(57,84,69); }

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

background-color css

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

 a { background-color: rgb(57,84,69); }

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

border-color css

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

 span { border-color: rgb(57,84,69); }

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