Html Css Color HEX #3A684A Plantation

📋 copy color: '#3A684A'

red 58 ◦ green 104 ◦ blue 74

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

Shades of Plantation #3A684A

Tints of Plantation #3A684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

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

R = 24.58%
G = 44.07%
B = 31.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#3A684A (or 0x3A684A) is known color: Plantation. HEX triplet: 3A, 68 and 4A. RGB value is (58,104,74). Sum of RGB (Red+Green+Blue) = 58+104+74=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #3A684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A684A is #C597B5. Grayscale: #565656. Windows color (decimal): -12949430 or 4876346. OLE color: 4876346.

HSL color Cylindrical-coordinate representation of color #3A684A: hue angle of 140.87º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A684A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 104 74 -
CMYK 0.44 0 0.29 0.59
HSL 140.87º 0.28% 0.32% -
HSV(B) 140.87º 0.44% 0.41% -
XYZ 7.93 11.29 8.24 -
YUV 86.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 58 104 74 0.44 0 0.29 0.59 140.87 0.28 0.32
Hex 3A 68 4A 2C 0 1D 3B 8D 1C 20
Octal 72 150 112 54 0 35 73 215 34 40
Binary 111010 1101000 1001010 101100 0 11101 111011 10001101 11100 100000

Color Harmonies of #3A684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A684A

Black with #3A684A

Text Example


Text Example

White with #3A684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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