Html Css Color HEX #315745 Plantation

📋 copy color: '#315745'

red 49 ◦ green 87 ◦ blue 69

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

Shades of Plantation #315745

Tints of Plantation #315745

RGB

 RED value IS 49 (19.53% from 255) = 23.9%

 GREEN value IS 87 (34.38% from 255) = 42.44%

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

R = 23.9%
G = 42.44%
B = 33.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#315745 (or 0x315745) is known color: Plantation. HEX triplet: 31, 57 and 45. RGB value is (49,87,69). Sum of RGB (Red+Green+Blue) = 49+87+69=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #315745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315745 is #CEA8BA. Grayscale: #494949. Windows color (decimal): -13543611 or 4544305. OLE color: 4544305.

HSL color Cylindrical-coordinate representation of color #315745: hue angle of 151.58º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315745 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 69 -
CMYK 0.44 0 0.21 0.66
HSL 151.58º 0.28% 0.27% -
HSV(B) 151.58º 0.44% 0.34% -
XYZ 5.75 7.9 6.85 -
YUV 73.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 49 87 69 0.44 0 0.21 0.66 151.58 0.28 0.27
Hex 31 57 45 2C 0 15 42 98 1C 1B
Octal 61 127 105 54 0 25 102 230 34 33
Binary 110001 1010111 1000101 101100 0 10101 1000010 10011000 11100 11011

Color Harmonies of #315745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315745

Black with #315745

Text Example


Text Example

White with #315745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315745; }

 p { color: rgb(49,87,69); }

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

background-color css

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

 a { background-color: rgb(49,87,69); }

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

border-color css

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

 span { border-color: rgb(49,87,69); }

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