Html Css Color HEX #395145 Plantation

📋 copy color: '#395145'

red 57 ◦ green 81 ◦ blue 69

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

Shades of Plantation #395145

Tints of Plantation #395145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 27.54%
G = 39.13%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#395145 (or 0x395145) is known color: Plantation. HEX triplet: 39, 51 and 45. RGB value is (57,81,69). Sum of RGB (Red+Green+Blue) = 57+81+69=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #395145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395145 is #C6AEBA. Grayscale: #484848. Windows color (decimal): -13020859 or 4542777. OLE color: 4542777.

HSL color Cylindrical-coordinate representation of color #395145: hue angle of 150º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395145 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 81 69 -
CMYK 0.30 0 0.15 0.68
HSL 150º 0.17% 0.27% -
HSV(B) 150º 0.3% 0.32% -
XYZ 5.7 7.18 6.72 -
YUV 72.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 57 81 69 0.30 0 0.15 0.68 150 0.17 0.27
Hex 39 51 45 1E 0 F 44 96 11 1B
Octal 71 121 105 36 0 17 104 226 21 33
Binary 111001 1010001 1000101 11110 0 1111 1000100 10010110 10001 11011

Color Harmonies of #395145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395145

Black with #395145

Text Example


Text Example

White with #395145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395145; }

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

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

background-color css

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

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

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

border-color css

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

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

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