Html Css Color HEX #395346 Plantation

📋 copy color: '#395346'

red 57 ◦ green 83 ◦ blue 70

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

Shades of Plantation #395346

Tints of Plantation #395346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 27.14%
G = 39.52%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#395346 (or 0x395346) is known color: Plantation. HEX triplet: 39, 53 and 46. RGB value is (57,83,70). Sum of RGB (Red+Green+Blue) = 57+83+70=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #395346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395346 is #C6ACB9. Grayscale: #494949. Windows color (decimal): -13020346 or 4608825. OLE color: 4608825.

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

Color convert

RGB 57 83 70 -
CMYK 0.31 0 0.16 0.67
HSL 150º 0.19% 0.27% -
HSV(B) 150º 0.31% 0.33% -
XYZ 5.89 7.5 6.93 -
YUV 73.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 57 83 70 0.31 0 0.16 0.67 150 0.19 0.27
Hex 39 53 46 1F 0 10 43 96 13 1B
Octal 71 123 106 37 0 20 103 226 23 33
Binary 111001 1010011 1000110 11111 0 10000 1000011 10010110 10011 11011

Color Harmonies of #395346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395346

Black with #395346

Text Example


Text Example

White with #395346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395346; }

 p { color: rgb(57,83,70); }

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

background-color css

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

 a { background-color: rgb(57,83,70); }

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

border-color css

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

 span { border-color: rgb(57,83,70); }

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