Html Css Color HEX #3A594A Plantation

📋 copy color: '#3A594A'

red 58 ◦ green 89 ◦ blue 74

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

Shades of Plantation #3A594A

Tints of Plantation #3A594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.27%

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

R = 26.24%
G = 40.27%
B = 33.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#3A594A (or 0x3A594A) is known color: Plantation. HEX triplet: 3A, 59 and 4A. RGB value is (58,89,74). Sum of RGB (Red+Green+Blue) = 58+89+74=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #3A594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A594A is #C5A6B5. Grayscale: #4E4E4E. Windows color (decimal): -12953270 or 4872506. OLE color: 4872506.

HSL color Cylindrical-coordinate representation of color #3A594A: hue angle of 150.97º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A594A is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 74 -
CMYK 0.35 0 0.17 0.65
HSL 150.97º 0.21% 0.29% -
HSV(B) 150.97º 0.35% 0.35% -
XYZ 6.55 8.54 7.78 -
YUV 78.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 58 89 74 0.35 0 0.17 0.65 150.97 0.21 0.29
Hex 3A 59 4A 23 0 11 41 97 15 1D
Octal 72 131 112 43 0 21 101 227 25 35
Binary 111010 1011001 1001010 100011 0 10001 1000001 10010111 10101 11101

Color Harmonies of #3A594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A594A

Black with #3A594A

Text Example


Text Example

White with #3A594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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