Html Css Color HEX #3A584A Plantation

📋 copy color: '#3A584A'

red 58 ◦ green 88 ◦ blue 74

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

Shades of Plantation #3A584A

Tints of Plantation #3A584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

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

R = 26.36%
G = 40%
B = 33.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#3A584A (or 0x3A584A) is known color: Plantation. HEX triplet: 3A, 58 and 4A. RGB value is (58,88,74). Sum of RGB (Red+Green+Blue) = 58+88+74=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #3A584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A584A is #C5A7B5. Grayscale: #4D4D4D. Windows color (decimal): -12953526 or 4872250. OLE color: 4872250.

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

Color convert

RGB 58 88 74 -
CMYK 0.34 0 0.16 0.65
HSL 152º 0.21% 0.29% -
HSV(B) 152º 0.34% 0.35% -
XYZ 6.47 8.37 7.75 -
YUV 77.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 58 88 74 0.34 0 0.16 0.65 152 0.21 0.29
Hex 3A 58 4A 22 0 10 41 98 15 1D
Octal 72 130 112 42 0 20 101 230 25 35
Binary 111010 1011000 1001010 100010 0 10000 1000001 10011000 10101 11101

Color Harmonies of #3A584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A584A

Black with #3A584A

Text Example


Text Example

White with #3A584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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