Html Css Color HEX #315442 Plantation

📋 copy color: '#315442'

red 49 ◦ green 84 ◦ blue 66

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

Shades of Plantation #315442

Tints of Plantation #315442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 24.62%
G = 42.21%
B = 33.17%

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

#315442 (or 0x315442) is known color: Plantation. HEX triplet: 31, 54 and 42. RGB value is (49,84,66). Sum of RGB (Red+Green+Blue) = 49+84+66=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #315442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315442 is #CEABBD. Grayscale: #474747. Windows color (decimal): -13544382 or 4346929. OLE color: 4346929.

HSL color Cylindrical-coordinate representation of color #315442: hue angle of 149.14º degrees, saturation: 0.26, 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 #315442 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 66 -
CMYK 0.42 0 0.21 0.67
HSL 149.14º 0.26% 0.26% -
HSV(B) 149.14º 0.42% 0.33% -
XYZ 5.42 7.39 6.29 -
YUV 71.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 49 84 66 0.42 0 0.21 0.67 149.14 0.26 0.26
Hex 31 54 42 2A 0 15 43 95 1A 1A
Octal 61 124 102 52 0 25 103 225 32 32
Binary 110001 1010100 1000010 101010 0 10101 1000011 10010101 11010 11010

Color Harmonies of #315442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315442

Black with #315442

Text Example


Text Example

White with #315442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315442; }

 p { color: rgb(49,84,66); }

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

background-color css

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

 a { background-color: rgb(49,84,66); }

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

border-color css

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

 span { border-color: rgb(49,84,66); }

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