#3A674D

Color #3A674D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3A674D

Tints of Plantation #3A674D

Color information

#3A674D (or 0x3A674D) is unknown color: approx Plantation. HEX triplet: 3A, 67 and 4D. RGB value is (58,103,77). Sum of RGB (Red+Green+Blue) = 58+103+77=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #3A674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A674D is #C598B2. Grayscale: #565656. Windows color (decimal): -12949683 or 5072698. OLE color: 5072698.

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

Color convert

RGB5810377-
CMYK0.4400.250.60
HSL145.33º27.95%31.57%-
HSV(B)145.33º43.69%40.39%-
XYZ7.9311.148.75-
YUV86.58122.59107.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=24.37%
G=43.28%
B=32.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58103770.4400.250.60145.3327.9531.57
Hex3A674D2C0193C911c20
Octal7214711554031742213440
Binary111010110011110011011011000110011111001001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,77); }

 H1.HeaderClassName
 {
   color: #3A674D;
 }
 .AnyTagClassName
 {
   color: #3A674D;
 }
</style>
background-color css

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

 a { background-color: rgb(58,103,77); }

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

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

 span { border-color: rgb(58,103,77); }

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