Html Css Color HEX #3A5448 Plantation

📋 copy color: '#3A5448'

red 58 ◦ green 84 ◦ blue 72

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

Shades of Plantation #3A5448

Tints of Plantation #3A5448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 27.1%
G = 39.25%
B = 33.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3A5448 (or 0x3A5448) is known color: Plantation. HEX triplet: 3A, 54 and 48. RGB value is (58,84,72). Sum of RGB (Red+Green+Blue) = 58+84+72=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5448 is #C5ABB7. Grayscale: #4A4A4A. Windows color (decimal): -12954552 or 4740154. OLE color: 4740154.

HSL color Cylindrical-coordinate representation of color #3A5448: hue angle of 152.31º 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 #3A5448 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 72 -
CMYK 0.31 0 0.14 0.67
HSL 152.31º 0.18% 0.28% -
HSV(B) 152.31º 0.31% 0.33% -
XYZ 6.08 7.71 7.3 -
YUV 74.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 58 84 72 0.31 0 0.14 0.67 152.31 0.18 0.28
Hex 3A 54 48 1F 0 E 43 98 12 1C
Octal 72 124 110 37 0 16 103 230 22 34
Binary 111010 1010100 1001000 11111 0 1110 1000011 10011000 10010 11100

Color Harmonies of #3A5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5448

Black with #3A5448

Text Example


Text Example

White with #3A5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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