Html Css Color HEX #395348 Plantation

📋 copy color: '#395348'

red 57 ◦ green 83 ◦ blue 72

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

Shades of Plantation #395348

Tints of Plantation #395348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 26.89%
G = 39.15%
B = 33.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#395348 (or 0x395348) is known color: Plantation. HEX triplet: 39, 53 and 48. RGB value is (57,83,72). Sum of RGB (Red+Green+Blue) = 57+83+72=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #395348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395348 is #C6ACB7. Grayscale: #494949. Windows color (decimal): -13020344 or 4739897. OLE color: 4739897.

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

Color convert

RGB 57 83 72 -
CMYK 0.31 0 0.13 0.67
HSL 154.62º 0.19% 0.27% -
HSV(B) 154.62º 0.31% 0.33% -
XYZ 5.95 7.52 7.27 -
YUV 73.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 57 83 72 0.31 0 0.13 0.67 154.62 0.19 0.27
Hex 39 53 48 1F 0 D 43 9B 13 1B
Octal 71 123 110 37 0 15 103 233 23 33
Binary 111001 1010011 1001000 11111 0 1101 1000011 10011011 10011 11011

Color Harmonies of #395348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395348

Black with #395348

Text Example


Text Example

White with #395348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395348; }

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

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

background-color css

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

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

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

border-color css

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

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

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