Html Css Color HEX #315543 Plantation

📋 copy color: '#315543'

red 49 ◦ green 85 ◦ blue 67

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

Shades of Plantation #315543

Tints of Plantation #315543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 24.38%
G = 42.29%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#315543 (or 0x315543) is known color: Plantation. HEX triplet: 31, 55 and 43. RGB value is (49,85,67). Sum of RGB (Red+Green+Blue) = 49+85+67=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #315543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315543 is #CEAABC. Grayscale: #484848. Windows color (decimal): -13544125 or 4412721. OLE color: 4412721.

HSL color Cylindrical-coordinate representation of color #315543: hue angle of 150º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315543 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 67 -
CMYK 0.42 0 0.21 0.67
HSL 150º 0.27% 0.26% -
HSV(B) 150º 0.42% 0.33% -
XYZ 5.53 7.56 6.48 -
YUV 72.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 49 85 67 0.42 0 0.21 0.67 150 0.27 0.26
Hex 31 55 43 2A 0 15 43 96 1B 1A
Octal 61 125 103 52 0 25 103 226 33 32
Binary 110001 1010101 1000011 101010 0 10101 1000011 10010110 11011 11010

Color Harmonies of #315543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315543

Black with #315543

Text Example


Text Example

White with #315543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315543; }

 p { color: rgb(49,85,67); }

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

background-color css

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

 a { background-color: rgb(49,85,67); }

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

border-color css

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

 span { border-color: rgb(49,85,67); }

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