Html Css Color HEX #395D48 Plantation

📋 copy color: '#395D48'

red 57 ◦ green 93 ◦ blue 72

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

Shades of Plantation #395D48

Tints of Plantation #395D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

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

R = 25.68%
G = 41.89%
B = 32.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#395D48 (or 0x395D48) is known color: Plantation. HEX triplet: 39, 5D and 48. RGB value is (57,93,72). Sum of RGB (Red+Green+Blue) = 57+93+72=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #395D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D48 is #C6A2B7. Grayscale: #4F4F4F. Windows color (decimal): -13017784 or 4742457. OLE color: 4742457.

HSL color Cylindrical-coordinate representation of color #395D48: hue angle of 145º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D48 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 72 -
CMYK 0.39 0 0.23 0.64
HSL 145º 0.24% 0.29% -
HSV(B) 145º 0.39% 0.36% -
XYZ 6.77 9.17 7.54 -
YUV 79.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 57 93 72 0.39 0 0.23 0.64 145 0.24 0.29
Hex 39 5D 48 27 0 17 40 91 18 1D
Octal 71 135 110 47 0 27 100 221 30 35
Binary 111001 1011101 1001000 100111 0 10111 1000000 10010001 11000 11101

Color Harmonies of #395D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D48

Black with #395D48

Text Example


Text Example

White with #395D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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