Html Css Color HEX #3A5446 Plantation

📋 copy color: '#3A5446'

red 58 ◦ green 84 ◦ blue 70

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

Shades of Plantation #3A5446

Tints of Plantation #3A5446

RGB

 RED value IS 58 (23.05% from 255) = 27.36%

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

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 27.36%
G = 39.62%
B = 33.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#3A5446 (or 0x3A5446) is known color: Plantation. HEX triplet: 3A, 54 and 46. RGB value is (58,84,70). Sum of RGB (Red+Green+Blue) = 58+84+70=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5446 is #C5ABB9. Grayscale: #4A4A4A. Windows color (decimal): -12954554 or 4609082. OLE color: 4609082.

HSL color Cylindrical-coordinate representation of color #3A5446: hue angle of 147.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A5446 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 70 -
CMYK 0.31 0 0.17 0.67
HSL 147.69º 0.18% 0.28% -
HSV(B) 147.69º 0.31% 0.33% -
XYZ 6.02 7.68 6.96 -
YUV 74.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 58 84 70 0.31 0 0.17 0.67 147.69 0.18 0.28
Hex 3A 54 46 1F 0 11 43 94 12 1C
Octal 72 124 106 37 0 21 103 224 22 34
Binary 111010 1010100 1000110 11111 0 10001 1000011 10010100 10010 11100

Color Harmonies of #3A5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5446

Black with #3A5446

Text Example


Text Example

White with #3A5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5446; }

 p { color: rgb(58,84,70); }

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

background-color css

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

 a { background-color: rgb(58,84,70); }

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

border-color css

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

 span { border-color: rgb(58,84,70); }

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