Html Css Color HEX #3A554A Plantation

📋 copy color: '#3A554A'

red 58 ◦ green 85 ◦ blue 74

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

Shades of Plantation #3A554A

Tints of Plantation #3A554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 26.73%
G = 39.17%
B = 34.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3A554A (or 0x3A554A) is known color: Plantation. HEX triplet: 3A, 55 and 4A. RGB value is (58,85,74). Sum of RGB (Red+Green+Blue) = 58+85+74=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #3A554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A554A is #C5AAB5. Grayscale: #4B4B4B. Windows color (decimal): -12954294 or 4871482. OLE color: 4871482.

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

Color convert

RGB 58 85 74 -
CMYK 0.32 0 0.13 0.67
HSL 155.56º 0.19% 0.28% -
HSV(B) 155.56º 0.32% 0.33% -
XYZ 6.23 7.89 7.67 -
YUV 75.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 58 85 74 0.32 0 0.13 0.67 155.56 0.19 0.28
Hex 3A 55 4A 20 0 D 43 9C 13 1C
Octal 72 125 112 40 0 15 103 234 23 34
Binary 111010 1010101 1001010 100000 0 1101 1000011 10011100 10011 11100

Color Harmonies of #3A554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A554A

Black with #3A554A

Text Example


Text Example

White with #3A554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,74); }

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

background-color css

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

 a { background-color: rgb(58,85,74); }

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

border-color css

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

 span { border-color: rgb(58,85,74); }

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