Html Css Color HEX #395245 Plantation

📋 copy color: '#395245'

red 57 ◦ green 82 ◦ blue 69

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

Shades of Plantation #395245

Tints of Plantation #395245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 27.4%
G = 39.42%
B = 33.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#395245 (or 0x395245) is known color: Plantation. HEX triplet: 39, 52 and 45. RGB value is (57,82,69). Sum of RGB (Red+Green+Blue) = 57+82+69=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #395245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395245 is #C6ADBA. Grayscale: #494949. Windows color (decimal): -13020603 or 4543033. OLE color: 4543033.

HSL color Cylindrical-coordinate representation of color #395245: hue angle of 148.8º degrees, saturation: 0.18, 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 #395245 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 69 -
CMYK 0.30 0 0.16 0.68
HSL 148.8º 0.18% 0.27% -
HSV(B) 148.8º 0.3% 0.32% -
XYZ 5.78 7.33 6.74 -
YUV 73.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 57 82 69 0.30 0 0.16 0.68 148.8 0.18 0.27
Hex 39 52 45 1E 0 10 44 95 12 1B
Octal 71 122 105 36 0 20 104 225 22 33
Binary 111001 1010010 1000101 11110 0 10000 1000100 10010101 10010 11011

Color Harmonies of #395245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395245

Black with #395245

Text Example


Text Example

White with #395245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395245; }

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

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

background-color css

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

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

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

border-color css

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

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

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