Html Css Color HEX #395045 Plantation

📋 copy color: '#395045'

red 57 ◦ green 80 ◦ blue 69

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

Shades of Plantation #395045

Tints of Plantation #395045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 27.67%
G = 38.83%
B = 33.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#395045 (or 0x395045) is known color: Plantation. HEX triplet: 39, 50 and 45. RGB value is (57,80,69). Sum of RGB (Red+Green+Blue) = 57+80+69=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #395045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395045 is #C6AFBA. Grayscale: #474747. Windows color (decimal): -13021115 or 4542521. OLE color: 4542521.

HSL color Cylindrical-coordinate representation of color #395045: hue angle of 151.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395045 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 69 -
CMYK 0.29 0 0.14 0.69
HSL 151.3º 0.17% 0.27% -
HSV(B) 151.3º 0.29% 0.31% -
XYZ 5.63 7.04 6.69 -
YUV 71.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 57 80 69 0.29 0 0.14 0.69 151.3 0.17 0.27
Hex 39 50 45 1D 0 E 45 97 11 1B
Octal 71 120 105 35 0 16 105 227 21 33
Binary 111001 1010000 1000101 11101 0 1110 1000101 10010111 10001 11011

Color Harmonies of #395045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395045

Black with #395045

Text Example


Text Example

White with #395045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395045; }

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

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

background-color css

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

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

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

border-color css

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

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

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