Html Css Color HEX #395645 Plantation

📋 copy color: '#395645'

red 57 ◦ green 86 ◦ blue 69

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

Shades of Plantation #395645

Tints of Plantation #395645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

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

R = 26.89%
G = 40.57%
B = 32.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#395645 (or 0x395645) is known color: Plantation. HEX triplet: 39, 56 and 45. RGB value is (57,86,69). Sum of RGB (Red+Green+Blue) = 57+86+69=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #395645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395645 is #C6A9BA. Grayscale: #4B4B4B. Windows color (decimal): -13019579 or 4544057. OLE color: 4544057.

HSL color Cylindrical-coordinate representation of color #395645: hue angle of 144.83º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395645 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 69 -
CMYK 0.34 0 0.20 0.66
HSL 144.83º 0.2% 0.28% -
HSV(B) 144.83º 0.34% 0.34% -
XYZ 6.09 7.96 6.84 -
YUV 75.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 57 86 69 0.34 0 0.20 0.66 144.83 0.2 0.28
Hex 39 56 45 22 0 14 42 91 14 1C
Octal 71 126 105 42 0 24 102 221 24 34
Binary 111001 1010110 1000101 100010 0 10100 1000010 10010001 10100 11100

Color Harmonies of #395645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395645

Black with #395645

Text Example


Text Example

White with #395645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395645; }

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

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

background-color css

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

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

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

border-color css

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

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

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